summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/des_crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/des_crypt.c')
-rw-r--r--lib/libc/rpc/des_crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/des_crypt.c b/lib/libc/rpc/des_crypt.c
index fa71d5c..7c68267 100644
--- a/lib/libc/rpc/des_crypt.c
+++ b/lib/libc/rpc/des_crypt.c
@@ -42,7 +42,7 @@ static const char rcsid[] = "$FreeBSD$";
static int common_crypt __P(( char *, char *, register unsigned, unsigned, struct desparams * ));
int (*__des_crypt_LOCAL)() = 0;
-extern _des_crypt_call __P(( char *, int, struct desparams * ));
+extern int _des_crypt_call __P((char *, int, struct desparams *));
/*
* Copy 8 bytes
*/
OpenPOWER on IntegriCloud