summaryrefslogtreecommitdiffstats
path: root/lib/libc/crypt/crypt.c
diff options
context:
space:
mode:
authorjeremy <jeremy@openbsd.org>2015-07-18 01:18:50 +0000
committerjeremy <jeremy@openbsd.org>2015-07-18 01:18:50 +0000
commit01c754e8598f68fb76775f7f6fdfad6b92e1a59b (patch)
treea580ac7a348d539f4e3f38f036e039cb69c7db11 /lib/libc/crypt/crypt.c
parentreplace _PATH_DEVNULL with "/dev/null", assume it will not move (diff)
downloadwireguard-openbsd-01c754e8598f68fb76775f7f6fdfad6b92e1a59b.tar.xz
wireguard-openbsd-01c754e8598f68fb76775f7f6fdfad6b92e1a59b.zip
Unbreak, add errno header
OK tedu@
Diffstat (limited to 'lib/libc/crypt/crypt.c')
-rw-r--r--lib/libc/crypt/crypt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/crypt/crypt.c b/lib/libc/crypt/crypt.c
index ba32d297527..95e69bbe998 100644
--- a/lib/libc/crypt/crypt.c
+++ b/lib/libc/crypt/crypt.c
@@ -1,5 +1,6 @@
-/* $OpenBSD: crypt.c,v 1.29 2015/07/18 00:58:19 tedu Exp $ */
+/* $OpenBSD: crypt.c,v 1.30 2015/07/18 01:18:50 jeremy Exp $ */
+#include <errno.h>
#include <pwd.h>
char *