summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/crypt.c
diff options
context:
space:
mode:
authorderaadt <>2015-01-16 16:48:51 +0000
committerderaadt <>2015-01-16 16:48:51 +0000
commit1e4765ffa2cc484d6fa2c51e54ba927cbae67f13 (patch)
tree2f04e8a0f019b4b73805acf11a1e5138c9b9f37f /src/lib/libc/crypt/crypt.c
parentd23934efb8e7adaa63d4eb5752505a40e4b1f285 (diff)
downloadopenbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.tar.gz
openbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.tar.bz2
openbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.zip
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
Diffstat (limited to 'src/lib/libc/crypt/crypt.c')
-rw-r--r--src/lib/libc/crypt/crypt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/crypt.c b/src/lib/libc/crypt/crypt.c
index c7ff5d970b..7d21d4fbc3 100644
--- a/src/lib/libc/crypt/crypt.c
+++ b/src/lib/libc/crypt/crypt.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypt.c,v 1.25 2014/12/08 20:36:18 tedu Exp $ */ 1/* $OpenBSD: crypt.c,v 1.26 2015/01/16 16:48:51 deraadt Exp $ */
2 2
3/* 3/*
4 * FreeSec: libcrypt 4 * FreeSec: libcrypt
@@ -47,7 +47,6 @@
47 */ 47 */
48 48
49#include <sys/types.h> 49#include <sys/types.h>
50#include <sys/param.h>
51#include <pwd.h> 50#include <pwd.h>
52#include <unistd.h> 51#include <unistd.h>
53#include <string.h> 52#include <string.h>