summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/options.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-25 02:32:18 +0000
committerwollman <wollman@FreeBSD.org>1994-09-25 02:32:18 +0000
commitb2b9eaab73c62077f2fff0c24c914948de09d12f (patch)
treed041e08fcc5703966208bd8aecf487519738b0a0 /usr.sbin/pppd/options.c
parente9426209589c72bdfa0c915255d8a4c4f8324151 (diff)
downloadFreeBSD-src-b2b9eaab73c62077f2fff0c24c914948de09d12f.zip
FreeBSD-src-b2b9eaab73c62077f2fff0c24c914948de09d12f.tar.gz
Most of the ``modified'' files really aren't. This is my (simple)
port of pppd.
Diffstat (limited to 'usr.sbin/pppd/options.c')
-rw-r--r--usr.sbin/pppd/options.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c
index ef1fc8a..0656128 100644
--- a/usr.sbin/pppd/options.c
+++ b/usr.sbin/pppd/options.c
@@ -25,7 +25,9 @@ static char rcsid[] = "$Id: options.c,v 1.10 1994/05/27 00:43:34 paulus Exp $";
#include <errno.h>
#include <unistd.h>
#include <limits.h>
+#define devname STDLIB_devname
#include <stdlib.h>
+#undef devname
#include <termios.h>
#include <syslog.h>
#include <string.h>
@@ -53,7 +55,7 @@ char *strdup __ARGS((char *));
#endif
#ifndef GIDSET_TYPE
-#define GIDSET_TYPE int
+#define GIDSET_TYPE gid_t
#endif
/*
OpenPOWER on IntegriCloud