Date: Mon, 29 Nov 1999 11:12:51 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen readdir.c src/include dirent.h Message-ID: <199911291912.LAA37453@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 1999/11/29 11:12:51 PST
Modified files:
lib/libc/gen readdir.c
include dirent.h
Log:
style fixes, remove extra braces.
readdir_r is not POSIX according to POSIX_SOURCE, bruce says:
> readdir_r() is in the _POSIX_SOURCE section, but is not a POSIX.1-1990
> function. It's POSIX.1-1996 so it should be under a different feature
> test which we don't support yet.
make sure errno is saved so that its contents are cleared unless
necessary.
Submitted by: bde
Revision Changes Path
1.5 +21 -18 src/lib/libc/gen/readdir.c
1.5 +2 -4 src/include/dirent.h
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?199911291912.LAA37453>
