diff options
author | 2001-09-29 11:07:01 +0000 | |
---|---|---|
committer | 2001-09-29 11:07:01 +0000 | |
commit | 2ad1b24bf5c9797c84a3cb0107b8975cf2309323 (patch) | |
tree | 3ec9c94da8efd6ce0ccace8474b63059db2d7891 /lib/libutil/util.h | |
parent | jakob did not even do a make build, sigh (diff) | |
download | wireguard-openbsd-2ad1b24bf5c9797c84a3cb0107b8975cf2309323.tar.xz wireguard-openbsd-2ad1b24bf5c9797c84a3cb0107b8975cf2309323.zip |
zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@
Diffstat (limited to 'lib/libutil/util.h')
-rw-r--r-- | lib/libutil/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/util.h b/lib/libutil/util.h index 05aad1e6ef0..8ccaa33539e 100644 --- a/lib/libutil/util.h +++ b/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.16 2001/09/28 20:32:19 jakob Exp $ */ +/* $OpenBSD: util.h,v 1.17 2001/09/29 11:07:01 matthieu Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -87,7 +87,6 @@ int login_tty __P((int)); int logout __P((const char *)); void logwtmp __P((const char *, const char *, const char *)); int opendev __P((char *, int, int, char **)); -int pidfile __P((const char *)); void pw_setdir __P((const char *)); char *pw_file __P((const char *)); int pw_lock __P((int retries)); |