diff options
Diffstat (limited to 'lib/libc/crypt/crypt.c')
-rw-r--r-- | lib/libc/crypt/crypt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.c b/lib/libc/crypt/crypt.c index c7ff5d970b3..7d21d4fbc37 100644 --- a/lib/libc/crypt/crypt.c +++ b/lib/libc/crypt/crypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypt.c,v 1.25 2014/12/08 20:36:18 tedu Exp $ */ +/* $OpenBSD: crypt.c,v 1.26 2015/01/16 16:48:51 deraadt Exp $ */ /* * FreeSec: libcrypt @@ -47,7 +47,6 @@ */ #include <sys/types.h> -#include <sys/param.h> #include <pwd.h> #include <unistd.h> #include <string.h> |