Date: Sun, 13 Jun 2004 00:21:10 +0200 From: Aragon Gouveia <aragon@phat.za.net> To: Doug White <dwhite@gumbysoft.com> Cc: current@freebsd.org Subject: Re: kernel compile error, 5.2.1-RELEASE Message-ID: <20040612222110.GB50196@phat.za.net> In-Reply-To: <20040612150955.O74026@carver.gumbysoft.com> References: <20040611152223.GA81299@phat.za.net> <20040612133330.Y74026@carver.gumbysoft.com> <20040612150955.O74026@carver.gumbysoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
| By Doug White <dwhite@gumbysoft.com> | [ 2004-06-13 00:10 +0200 ] > Please try the attached patch and see if that makes the warning go away. I'm getting the following output when patching: --- Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- vga.c.orig Sat Jun 12 13:51:48 2004 |+++ vga.c Sat Jun 12 14:18:28 2004 -------------------------- Patching file vga.c using Plan A... Hunk #1 succeeded at 471. Hunk #2 succeeded at 500 with fuzz 2. Hunk #3 failed at 1330. Hunk #4 succeeded at 1350 with fuzz 1. 1 out of 4 hunks failed--saving rejects to vga.c.rej done --- Contents of vga.c.rej: --- *************** *** 1330,1335 **** return 0; } #if defined(__i386__) || defined(__amd64__) /* XXX */ static void fill(int val, void *d, size_t size) --- 1330,1336 ---- return 0; } + #ifndef VGA_NO_MODE_CHANGE #if defined(__i386__) || defined(__amd64__) /* XXX */ static void fill(int val, void *d, size_t size) --- Regards, Aragon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040612222110.GB50196>