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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/des_crypt.c b/lib/libc/rpc/des_crypt.c
index d7012e7..01d441d 100644
--- a/lib/libc/rpc/des_crypt.c
+++ b/lib/libc/rpc/des_crypt.c
@@ -40,9 +40,9 @@
static const char rcsid[] = "$FreeBSD$";
#endif
-static int common_crypt __P(( char *, char *, unsigned, unsigned, struct desparams * ));
+static int common_crypt( char *, char *, unsigned, unsigned, struct desparams * );
int (*__des_crypt_LOCAL)() = 0;
-extern int _des_crypt_call __P((char *, int, struct desparams *));
+extern int _des_crypt_call(char *, int, struct desparams *);
/*
* Copy 8 bytes
*/
OpenPOWER on IntegriCloud