From ba634de27c3550530e5c34e8bbc635d456112f65 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 16 May 2014 21:28:16 +0000 Subject: add prototypes for new crypt functions --- include/unistd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index 1ba25f421f3..ea5d26b7140 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.85 2014/04/21 11:28:26 guenther Exp $ */ +/* $OpenBSD: unistd.h,v 1.86 2014/05/16 21:28:15 tedu Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -410,6 +410,9 @@ int fdatasync(int); #endif #if __XPG_VISIBLE || __BSD_VISIBLE +#if __BSD_VISIBLE +int crypt_checkpass(const char *, const char *); +#endif char *crypt(const char *, const char *); int encrypt(char *, int); int fchdir(int); -- cgit v1.2.3