Module Name: src
Committed By: christos
Date: Sat Jan 14 22:19:29 UTC 2017
Modified Files:
src/lib/libc/gen: getpwent.c
Log Message:
don't include machine/param.h <sys/param.h> already does WTF?
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/lib/libc/gen/getpwent.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/getpwent.c
diff -u src/lib/libc/gen/getpwent.c:1.81 src/lib/libc/gen/getpwent.c:1.82
--- src/lib/libc/gen/getpwent.c:1.81 Sat Sep 8 11:15:06 2012
+++ src/lib/libc/gen/getpwent.c Sat Jan 14 17:19:29 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: getpwent.c,v 1.81 2012/09/08 15:15:06 dholland Exp $ */
+/* $NetBSD: getpwent.c,v 1.82 2017/01/14 22:19:29 christos Exp $ */
/*-
* Copyright (c) 1997-2000, 2004-2005 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
#if 0
static char sccsid[] = "@(#)getpwent.c 8.2 (Berkeley) 4/27/95";
#else
-__RCSID("$NetBSD: getpwent.c,v 1.81 2012/09/08 15:15:06 dholland Exp $");
+__RCSID("$NetBSD: getpwent.c,v 1.82 2017/01/14 22:19:29 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -117,7 +117,6 @@ __RCSID("$NetBSD: getpwent.c,v 1.81 2012
#endif
#ifdef YP
-#include <machine/param.h>
#include <rpc/rpc.h>
#include <rpcsvc/yp_prot.h>
#include <rpcsvc/ypclnt.h>