Date: Thu, 31 Jan 2002 04:58:36 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen basename.c dirname.c getgrent.c getpwent.c Message-ID: <200201311258.g0VCwah16294@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/01/31 04:58:36 PST
Modified files:
lib/libc/gen basename.c dirname.c getgrent.c
getpwent.c
Log:
Fixed world breakage due to missing include of <sys/cdefs.h> in previous
commit.
Fixed related style bugs:
basename.c: misplaced '#if 0'
dirname.c: misplaced '#if 0'
getgrent.c: missing '#if 0', and tab lossage in vendor id (the previous
commit fixed the complete corruption of the vendor id but
lost a tab)
getpwent.c: missing '#if 0'
Revision Changes Path
1.4 +4 -2 src/lib/libc/gen/basename.c
1.4 +4 -2 src/lib/libc/gen/dirname.c
1.21 +5 -1 src/lib/libc/gen/getgrent.c
1.63 +4 -0 src/lib/libc/gen/getpwent.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201311258.g0VCwah16294>
