summaryrefslogtreecommitdiff
path: root/usr.sbin/amd/include/config.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-26 02:49:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-26 02:49:51 +0000
commitc47e55249db4f1fb8f4a3f4350fd34be48b2adb3 (patch)
tree4454b5868d641f44ec1eee5952b8ad7cee1dca86 /usr.sbin/amd/include/config.h
parent0eb5bf872087d10dc67b98421ccddbadd0461f8b (diff)
pid_cleanup, inspired by work by jason@ackley.net
Diffstat (limited to 'usr.sbin/amd/include/config.h')
-rw-r--r--usr.sbin/amd/include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h
index e85ad924d49..94dae3c9147 100644
--- a/usr.sbin/amd/include/config.h
+++ b/usr.sbin/amd/include/config.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)config.h 8.1 (Berkeley) 6/6/93
- * $Id: config.h,v 1.1 1995/10/18 08:47:21 deraadt Exp $
+ * $Id: config.h,v 1.2 2002/05/26 02:49:50 deraadt Exp $
*/
/*
@@ -82,7 +82,7 @@ extern time_t clock_valid; /* Clock needs recalculating */
extern char *progname; /* "amd"|"mmd" */
extern char hostname[]; /* "kiska" */
-extern int mypid; /* Current process id */
+extern pid_t mypid; /* Current process id */
#ifdef HAS_SYSLOG
extern int syslogging; /* Really using syslog */