diff options
author | 2002-06-09 22:18:43 +0000 | |
---|---|---|
committer | 2002-06-09 22:18:43 +0000 | |
commit | 6fe732651264f884a335ce03f6a6e8941660f283 (patch) | |
tree | aa16bc12e47e28add6b985d63e0df4039ee93966 /lib/libutil/util.h | |
parent | pass salen to sockaddr_ntop so that we are happy on linux/solaris (diff) | |
download | wireguard-openbsd-6fe732651264f884a335ce03f6a6e8941660f283.tar.xz wireguard-openbsd-6fe732651264f884a335ce03f6a6e8941660f283.zip |
some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.
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 dee86c93f15..7245ed03125 100644 --- a/lib/libutil/util.h +++ b/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.20 2002/02/17 19:42:26 millert Exp $ */ +/* $OpenBSD: util.h,v 1.21 2002/06/09 22:18:43 fgsch Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -111,7 +111,7 @@ void login_fbtab(char *, uid_t, gid_t); int login_check_expire(struct __sFILE *, struct passwd *, char *, int); char *readlabelfs(char *, int); const char *uu_lockerr(int _uu_lockresult); -int uu_lock(const char *_ttyname); +int uu_lock(const char *_ttyname); int uu_lock_txfr(const char *_ttyname, pid_t _pid); int uu_unlock(const char *_ttyname); __END_DECLS |