diff options
author | 1996-12-23 07:43:42 +0000 | |
---|---|---|
committer | 1996-12-23 07:43:42 +0000 | |
commit | 9ae26e7fe1bd4818b9f60865db2c2fe650c32d78 (patch) | |
tree | a57fcc8cc5f2c484444659e69902ef5028da382c /lib/libutil/util.h | |
parent | Back out last change, it is not sufficient. (diff) | |
download | wireguard-openbsd-9ae26e7fe1bd4818b9f60865db2c2fe650c32d78.tar.xz wireguard-openbsd-9ae26e7fe1bd4818b9f60865db2c2fe650c32d78.zip |
readlabelfs() takes two arguments now, update prototype, inc major number.
Diffstat (limited to 'lib/libutil/util.h')
-rw-r--r-- | lib/libutil/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/util.h b/lib/libutil/util.h index 6206c8a1e25..1466cdee354 100644 --- a/lib/libutil/util.h +++ b/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.3 1996/12/03 01:05:36 downsj Exp $ */ +/* $OpenBSD: util.h,v 1.4 1996/12/23 07:43:42 downsj Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -72,7 +72,7 @@ pid_t forkpty __P((int *, char *, struct termios *, struct winsize *)); int getmaxpartitions __P((void)); int getrawpartition __P((void)); void login_fbtab __P((char *, uid_t, gid_t)); -char *readlabelfs __P((char *)); +char *readlabelfs __P((char *, int)); __END_DECLS #endif /* !_UTIL_H_ */ |