Remove variable name from prototype.
Reported by John Heasley on current-users on 29 July 2001.
This commit is contained in:
parent
934898bc32
commit
ed54ccdc86
|
@ -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.
|
* 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)
|
#if !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)
|
||||||
int acct __P((const char *));
|
int acct __P((const char *));
|
||||||
int des_cipher __P((const char *, char *, long, int));
|
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));
|
void endusershell __P((void));
|
||||||
int exect __P((const char *, char * const *, char * const *));
|
int exect __P((const char *, char * const *, char * const *));
|
||||||
int fchroot __P((int));
|
int fchroot __P((int));
|
||||||
|
|
Loading…
Reference in New Issue