don't include machine/param.h <sys/param.h> already does WTF?

This commit is contained in:
christos 2017-01-14 22:19:29 +00:00
parent 4580c9c1dc
commit 213f09a410

View File

@ -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/09/08 15:15:06 dholland Exp $");
#endif
#ifdef YP
#include <machine/param.h>
#include <rpc/rpc.h>
#include <rpcsvc/yp_prot.h>
#include <rpcsvc/ypclnt.h>