christos
|
94320bc4fd
|
Convert sizes/lengths to unsigned (size_t) or uint32_t
(for binary compatibility).
|
2010-07-12 02:58:01 +00:00 |
cegger
|
c363a9cb62
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
christos
|
53524e44ef
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
elad
|
58e7332bdf
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
few days ago.
|
2005-12-11 00:02:28 +00:00 |
christos
|
c6c1539491
|
sprinkle const, remove casts.
|
2005-05-29 21:26:27 +00:00 |
martin
|
6b7ecffb54
|
Change a few int -> size_t to make it compile on archs where they are not
the same.
|
2003-02-19 12:01:37 +00:00 |
jdolecek
|
fde501ab94
|
use explicit width macros from <sys/endian.h>, do not define&use
letohs/letohl/letohq and such
|
2003-02-18 10:18:52 +00:00 |
deberg
|
5d6d9530b6
|
big-endian macros
|
2002-05-16 20:37:12 +00:00 |
deberg
|
f3b1291f2e
|
resolve conflicts
|
2002-01-04 02:39:37 +00:00 |