summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/rpc/des_soft.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/rpc/des_soft.c')
-rw-r--r--freebsd/lib/libc/rpc/des_soft.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/freebsd/lib/libc/rpc/des_soft.c b/freebsd/lib/libc/rpc/des_soft.c
index e67f90d8..2b6b8606 100644
--- a/freebsd/lib/libc/rpc/des_soft.c
+++ b/freebsd/lib/libc/rpc/des_soft.c
@@ -60,8 +60,7 @@ static char partab[128] = {
* Add odd parity to low bit of 8 byte key
*/
void
-des_setparity(p)
- char *p;
+des_setparity(char *p)
{
int i;