Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/quik/files: headers.patch
Date: Wed, 10 Feb 2010 03:23:45
Message-Id: E1Nf3Ax-0005eq-6S@stork.gentoo.org
1 josejx 10/02/10 03:23:39
2
3 Modified: headers.patch
4 Log:
5 Added fix for bug #247659, cleaned up ebuild.
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-boot/quik/files/headers.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/quik/files/headers.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/quik/files/headers.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/quik/files/headers.patch?r1=1.1&r2=1.2
14
15 Index: headers.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-boot/quik/files/headers.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- headers.patch 5 Dec 2006 04:51:38 -0000 1.1
22 +++ headers.patch 10 Feb 2010 03:23:38 -0000 1.2
23 @@ -20,3 +20,14 @@
24 char *strcpy(char * dest,const char *src);
25 char *strncpy(char * dest,const char *src,size_t count);
26 char *strchr(const char * s, int c);
27 +--- second/misc.c.bak 2010-02-09 22:18:47.000000000 -0500
28 ++++ second/misc.c 2010-02-09 22:18:52.000000000 -0500
29 +@@ -11,7 +11,7 @@
30 + */
31 + #include <linux/kernel.h>
32 +
33 +-#include <asm/page.h>
34 ++// #include <asm/page.h>
35 +
36 + #include <sys/types.h>
37 + #include "setjmp.h"