Commit Graph

9 Commits

Author SHA1 Message Date
he 36fc2f101b Add const to a duplicate declaration of sd_state(). 2005-07-05 22:21:38 +00:00
drochner 5597e3b8c5 add some (long long) casts to printf() arguments to avoid
gcc warnings
2005-06-30 12:18:16 +00:00
christos 79f5327ef7 This is the textbook example of why global variables are harmful. Fix multiple
shadowing warnings for variables with the same name used both in global and
local context. Really this needs either to rename all the global variables
something different (prefix them with gl_ or something) or even better get
rid of them altogether.
2005-06-26 22:36:55 +00:00
fvdl 954495b615 Don't initialize an int to NULL. 2003-10-21 02:33:34 +00:00
jdolecek 32d4fce65a add RCS Ids 2003-10-11 09:55:58 +00:00
jdolecek 2ced7f69cb fix DPADD 2003-10-11 09:51:49 +00:00
wiz 5ffe40db93 Sort sections; bump date to commit date; add NetBSD RCS Id; mention
when it appeared in NetBSD in HISTORY section; rename section
"GOTCHAS" to "CAVEATS" since that's our standard name.
2003-10-11 09:12:18 +00:00
matt 4669b2abcb Compensate for 64bit (use %p for pointers). 2003-10-10 21:59:09 +00:00
grog d5119a1e37 Initial import of Vinum userland.
Ported by:  Ramsubramanyam <Ramsubramanyam@infosys.com>,
	    Atul Kabra <Atul_Kabra@infosys.com>,
	    Maneesh Jhinger <maneesh_jhinger@infosys.com>

Reviewed by:  lukem
2003-10-10 03:13:12 +00:00