Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/x11r7/xlib_libXfont
Date: Sat, 29 Sep 2007 14:06:33 -0700 (PDT)	[thread overview]
Message-ID: <20070929210633.019CA30043@busybox.net> (raw)

Author: aldot
Date: 2007-09-29 14:06:33 -0700 (Sat, 29 Sep 2007)
New Revision: 20129

Log:
- remove SUSv3 LEGACY function


Added:
   trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-bcopy-replacement.patch


Changeset:
Added: trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-bcopy-replacement.patch
===================================================================
--- trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-bcopy-replacement.patch	                        (rev 0)
+++ trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-bcopy-replacement.patch	2007-09-29 21:06:33 UTC (rev 20129)
@@ -0,0 +1,12 @@
+diff -urN xlib_libXfont-1.2.7.orig/src/builtins/file.c xlib_libXfont-1.2.7/src/builtins/file.c
+--- xlib_libXfont-1.2.7.orig/src/builtins/file.c        2007-01-17 23:49:10.000000000 +0200
++++ xlib_libXfont-1.2.7/src/builtins/file.c     2007-09-30 00:52:55.000000000 +0300
+@@ -50,7 +50,7 @@
+     len = BUFFILESIZE;
+     if (len > left)
+        len = left;
+-    bcopy (io->file->bits + io->offset, f->buffer, len);
++    memmove (f->buffer, io->file->bits + io->offset, len);
+     io->offset += len;
+     f->left = len - 1;
+     f->bufp = f->buffer + 1;

             reply	other threads:[~2007-09-29 21:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-29 21:06 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-29 23:32 [Buildroot] svn commit: trunk/buildroot/package/x11r7/xlib_libXfont aldot at uclibc.org
2008-10-20  9:40 jacmet at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070929210633.019CA30043@busybox.net \
    --to=aldot@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox