From 430d9e16c3b2edd44bb491d727cbd3b9d75e46f1 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sat, 29 Sep 2001 17:45:37 +0000 Subject: re-enable pidfile(3). ok millert@ --- lib/libutil/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libutil/util.h') diff --git a/lib/libutil/util.h b/lib/libutil/util.h index 8ccaa33539e..bff64ce0367 100644 --- a/lib/libutil/util.h +++ b/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.17 2001/09/29 11:07:01 matthieu Exp $ */ +/* $OpenBSD: util.h,v 1.18 2001/09/29 17:45:36 jakob Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -87,6 +87,7 @@ 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)); -- cgit v1.2.3