Date: Thu, 18 Sep 1997 06:55:52 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/as/config atof-ieee.c src/gnu/usr.bin/ld/rtld rtld.c src/gnu/usr.bin/man/man man.c Message-ID: <199709181355.GAA05961@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1997/09/18 06:55:52 PDT
Modified files:
gnu/usr.bin/as/config atof-ieee.c
gnu/usr.bin/ld/rtld rtld.c
gnu/usr.bin/man/man man.c
Log:
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>
Revision Changes Path
1.8 +2 -2 src/gnu/usr.bin/as/config/atof-ieee.c
1.49 +2 -2 src/gnu/usr.bin/ld/rtld/rtld.c
1.27 +2 -2 src/gnu/usr.bin/man/man/man.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709181355.GAA05961>
