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 16:32:40 -0700 (PDT) [thread overview]
Message-ID: <20070929233240.736B7A45E4@busybox.net> (raw)
Author: aldot
Date: 2007-09-29 16:32:39 -0700 (Sat, 29 Sep 2007)
New Revision: 20135
Log:
- add a hopefully not whitespace-damaged patch, second take. (Ivan Kuten)
Added:
trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-susv3-legacy.patch
Removed:
trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-bcopy-replacement.patch
Changeset:
Deleted: 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 2007-09-29 23:26:52 UTC (rev 20134)
+++ trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-bcopy-replacement.patch 2007-09-29 23:32:39 UTC (rev 20135)
@@ -1,12 +0,0 @@
-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;
Added: trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-susv3-legacy.patch
===================================================================
--- trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-susv3-legacy.patch (rev 0)
+++ trunk/buildroot/package/x11r7/xlib_libXfont/xlib_libXfont-1.2.7-susv3-legacy.patch 2007-09-29 23:32:39 UTC (rev 20135)
@@ -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 03:09:29.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;
next reply other threads:[~2007-09-29 23:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-29 23:32 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-10-20 9:40 [Buildroot] svn commit: trunk/buildroot/package/x11r7/xlib_libXfont jacmet at uclibc.org
2007-09-29 21:06 aldot 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=20070929233240.736B7A45E4@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