diff options
author | 2013-03-21 21:59:31 +0000 | |
---|---|---|
committer | 2013-03-21 21:59:31 +0000 | |
commit | e8f3dd6b12f1c7024921ad803494810689374c88 (patch) | |
tree | 8f85d15569180874c9278ca6b335e3158958a785 /lib/libc | |
parent | Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly a (diff) | |
download | wireguard-openbsd-e8f3dd6b12f1c7024921ad803494810689374c88.tar.xz wireguard-openbsd-e8f3dd6b12f1c7024921ad803494810689374c88.zip |
Do not need machine/param.h
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getpwent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index f8b1e51258e..ae3f025c494 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getpwent.c,v 1.44 2013/01/07 01:01:11 deraadt Exp $ */ +/* $OpenBSD: getpwent.c,v 1.45 2013/03/21 21:59:32 deraadt Exp $ */ /* * Copyright (c) 2008 Theo de Raadt * Copyright (c) 1988, 1993 @@ -42,7 +42,6 @@ #include <limits.h> #include <netgroup.h> #ifdef YP -#include <machine/param.h> #include <stdio.h> #include <rpc/rpc.h> #include <rpcsvc/yp.h> |