lkml.org 
[lkml]   [1999]   [Nov]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectcompile warning
I got the following warning while compiling 2.2.13 so I fixed it.. it is
no biug deal it is in a printk........

error
-----------------------------------------
setup.c: In function `setup_arch':
setup.c:370: warning: unsigned int format, long unsigned int arg (arg 2)

--------------------------------------

patch is below
---------------------------------------


--- ./setup.c Sat Nov 13 19:30:11 1999
+++ /usr/src/linux-2.2.memptch/arch/i386/kernel/setup.c Sat Nov 13
19:09:03 1999
@@ -366,7 +366,7 @@
/* Zero is valid according to the BIOS weenies
*/
if(i386_endbase)
{
- printk(KERN_NOTICE "Ignoring bogus EBDA
pointer %X\n",
+ printk(KERN_NOTICE "Ignoring bogus EBDA
pointer %lu\n",
i386_endbase);
}
i386_endbase = BIOS_ENDBASE;

--
Joe Acosta




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.021 / U:0.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site