freebsd-dev/gnu/usr.bin/ld/rtld
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
..
Makefile Fixed `make depend' and related bogons. LDFLAGS was used for 1997-04-16 11:31:32 +00:00
malloc.c BYOC - Bring Your Own Calloc(3) 1997-06-22 17:48:35 +00:00
md-prologue.c Imported NetBSD's ld for shared libs. 1993-11-03 23:41:59 +00:00
rtld.1 spelling corrections. 1997-09-13 16:01:53 +00:00
rtld.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
sbrk.c Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00