summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2006-08-28 15:47:28 +0000
committerespie <espie@openbsd.org>2006-08-28 15:47:28 +0000
commit1b4e0ba0c11c4e6c9d1328dbaad0cfdcf741be7b (patch)
treea1802a76e2fbc399471bb6f7fdff9a640eb6842d /include/unistd.h
parent.Xr sysctl 8; wording from jmc@ (diff)
downloadwireguard-openbsd-1b4e0ba0c11c4e6c9d1328dbaad0cfdcf741be7b.tar.xz
wireguard-openbsd-1b4e0ba0c11c4e6c9d1328dbaad0cfdcf741be7b.zip
zap argument name, okay millert@
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 0c732d11405..9deeca3b762 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.57 2005/12/13 00:35:22 millert Exp $ */
+/* $OpenBSD: unistd.h,v 1.58 2006/08/28 15:47:28 espie Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@@ -201,7 +201,7 @@ int seteuid(uid_t);
int acct(const char *);
int closefrom(int);
int des_cipher(const char *, char *, int32_t, int);
-int des_setkey(const char *key);
+int des_setkey(const char *);
void endusershell(void);
int exect(const char *, char * const *, char * const *);
char *fflagstostr(u_int32_t);