freebsd-nq/lib/libc
Chris D. Faulhaber a82f127b41 o style(9) and consistency fix:
- if (!var) -> if (var == NULL)
o spelling fix (althouh -> although)

Reviewed by:	rwatson
Obtained from:	TrustedBSD Project
2002-02-21 23:18:04 +00:00
..
alpha o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
amd64 o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
compat-43
db
gen Fixed divots that I created when I moved prototypes of group_from_gid 2002-02-19 00:05:59 +00:00
gmon Don't leave stack garbage in the reserved fields of the header. 2002-02-15 02:37:08 +00:00
i386 o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
ia64 o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
include
locale o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
mips
mipseb
mipsel
net o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
nls
posix1e o style(9) and consistency fix: 2002-02-21 23:18:04 +00:00
quad
regex Fix a typo I made in revision 1.5. 2002-01-22 12:38:43 +00:00
rpc o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
sparc64 o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
stdio mdoc(7) police: 2002-01-09 14:01:22 +00:00
stdlib Minor typo fix: uquad_t -> u_quad_t. 2002-01-20 16:50:29 +00:00
stdtime * style(9)'fy 2002-01-24 15:07:44 +00:00
string Revert last commit. stdio.h include is for perror(), not strerror() 2002-01-31 13:32:14 +00:00
sys Document that the type of st_flags is now fflags_t. 2002-02-15 22:37:15 +00:00
xdr o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
yp o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
Makefile Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( 2001-08-13 21:48:44 +00:00
Makefile.inc