diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-24 04:29:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-24 04:29:08 +0000 |
commit | 4777eee4d9a93aae4d7e7af784ad8ae17343ef9f (patch) | |
tree | 21a8aa0ea6ddb3929de50a57876e096c3d73dc4b /usr.sbin/ypserv/mknetid | |
parent | b0c1a4093f70777c9c358394a31b46450046ac54 (diff) |
pull in prototypes
Diffstat (limited to 'usr.sbin/ypserv/mknetid')
-rw-r--r-- | usr.sbin/ypserv/mknetid/mknetid.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/mknetid/mknetid.c b/usr.sbin/ypserv/mknetid/mknetid.c index 3ff37969e54..4c5fb95c056 100644 --- a/usr.sbin/ypserv/mknetid/mknetid.c +++ b/usr.sbin/ypserv/mknetid/mknetid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mknetid.c,v 1.4 1997/09/11 19:47:30 deraadt Exp $ */ +/* $OpenBSD: mknetid.c,v 1.5 1998/02/24 04:29:05 deraadt Exp $ */ /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> @@ -32,7 +32,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: mknetid.c,v 1.4 1997/09/11 19:47:30 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: mknetid.c,v 1.5 1998/02/24 04:29:05 deraadt Exp $"; #endif #include <sys/param.h> @@ -40,6 +40,7 @@ static char rcsid[] = "$OpenBSD: mknetid.c,v 1.4 1997/09/11 19:47:30 deraadt Exp #include <unistd.h> #include <ctype.h> #include <string.h> +#include <stdlib.h> #include <pwd.h> #include <grp.h> #include <netdb.h> |