summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-07-29 22:18:45 +0000
committerwiz <wiz@NetBSD.org>2001-07-29 22:18:45 +0000
commited54ccdc868216d0b83e797f869a526b758d7555 (patch)
tree309f170748007b46948e0fa72a23c0e8a13ff0c8 /include
parent934898bc3271edacfb9b80aab725dae6737880ac (diff)
Remove variable name from prototype.
Reported by John Heasley on current-users on 29 July 2001.
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 987106b86fc..868afd74e3b 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $NetBSD: unistd.h,v 1.87 2001/07/18 10:18:21 kleink Exp $ */
+/* $NetBSD: unistd.h,v 1.88 2001/07/29 22:18:45 wiz Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -303,7 +303,7 @@ ssize_t pwrite __P((int, const void *, size_t, off_t));
#if !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)
int acct __P((const char *));
int des_cipher __P((const char *, char *, long, int));
-int des_setkey __P((const char *key));
+int des_setkey __P((const char *));
void endusershell __P((void));
int exect __P((const char *, char * const *, char * const *));
int fchroot __P((int));