aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getpwent.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-01-31 12:58:36 +0000
committerBruce Evans <bde@FreeBSD.org>2002-01-31 12:58:36 +0000
commit56bcbf00e27de12298bc3d6de9d6925b6f431145 (patch)
tree8d8255cfd7b380c8127842c5c581b0db80619b57 /lib/libc/gen/getpwent.c
parente6f56180e37352416e445c7510456cf2ae88c337 (diff)
downloadsrc-56bcbf00e27de12298bc3d6de9d6925b6f431145.tar.gz
src-56bcbf00e27de12298bc3d6de9d6925b6f431145.zip
Notes
Diffstat (limited to 'lib/libc/gen/getpwent.c')
-rw-r--r--lib/libc/gen/getpwent.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c
index 80cd59c217f9..41a943822996 100644
--- a/lib/libc/gen/getpwent.c
+++ b/lib/libc/gen/getpwent.c
@@ -34,9 +34,13 @@
* SUCH DAMAGE.
*/
+#if 0
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)getpwent.c 8.2 (Berkeley) 4/27/95";
#endif /* LIBC_SCCS and not lint */
+#endif
+
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "un-namespace.h"