diff options
author | 2002-02-17 19:42:18 +0000 | |
---|---|---|
committer | 2002-02-17 19:42:18 +0000 | |
commit | f3c3a9c6dfeacc6897a86575161336d2a48e6df1 (patch) | |
tree | d14445e214d1b0db31b5a8d6f8b1f2938a91057e /lib/libutil/util.h | |
parent | Document that both localhost and the local hostname needs to be able to (diff) | |
download | wireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.tar.xz wireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.zip |
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'lib/libutil/util.h')
-rw-r--r-- | lib/libutil/util.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libutil/util.h b/lib/libutil/util.h index 33bf13560a9..dee86c93f15 100644 --- a/lib/libutil/util.h +++ b/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.19 2002/02/16 21:27:29 millert Exp $ */ +/* $OpenBSD: util.h,v 1.20 2002/02/17 19:42:26 millert Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -100,10 +100,10 @@ void pw_copy(int, int, struct passwd *); void pw_getconf(char *, size_t, const char *, const char *); int pw_scan(char *, struct passwd *, int *); void pw_error(const char *, int, int); -int openpty __P((int *, int *, char *, struct termios *, - struct winsize *)); -int opendisk __P((const char *path, int flags, char *buf, size_t buflen, - int iscooked)); +int openpty(int *, int *, char *, struct termios *, + struct winsize *); +int opendisk(const char *path, int flags, char *buf, size_t buflen, + int iscooked); pid_t forkpty(int *, char *, struct termios *, struct winsize *); int getmaxpartitions(void); int getrawpartition(void); |