freebsd_amp_hwpstate/lib/libc
Poul-Henning Kamp d030d2d2ae Many places in the code NULL is used in integer context, where
plain 0 should be used.  This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR:		2752
Submitted by:	Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
..
amd64
compat-43 kill the undead 1997-07-13 14:26:00 +00:00
db Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
gen Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
gmon
i386 kill the undead 1997-07-13 14:26:00 +00:00
locale Remove collate_range_cmp, was left for temp. backward compatibility 1997-08-03 18:04:39 +00:00
net Some adjustments for the resolver use of poll(). For some reason I thought 1997-09-16 06:03:54 +00:00
nls
quad
regex
rpc Add a stub version of getpublickey(), in order to eliminate an 1997-08-28 21:50:33 +00:00
stdio Rework previous commit.. I was confused by the number of diffs in the PR 1997-07-06 08:42:37 +00:00
stdlib environmental -> environment. 1997-09-18 06:55:21 +00:00
stdtime environmental -> environment. 1997-09-18 06:55:21 +00:00
string Added bounds checking to the example after chasing down someone's 1997-07-26 00:47:06 +00:00
sys Add __getcwd() syscall, and have getcwd() take a shot at it. 1997-09-14 16:57:27 +00:00
xdr Restore Id. 1997-05-28 16:29:12 +00:00
yp Use ${DESTDIR} correctly in front of absolute paths. 1997-05-23 08:24:00 +00:00
Makefile Use ${DESTDIR} correctly in front of absolute paths. 1997-05-23 08:24:00 +00:00
Makefile.inc