From: Paul Mackerras Date: Wed, 4 Feb 1998 01:40:59 +0000 (+0000) Subject: don't need IFNAMSIZ now X-Git-Tag: RELEASE_2_3_6~129 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=ed6e1e3e4ae7be0552a49321eebef7647349bb78 don't need IFNAMSIZ now --- diff --git a/pppd/main.c b/pppd/main.c index 1ad46a6..3273cdf 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: main.c,v 1.43 1997/11/27 06:09:20 paulus Exp $"; +static char rcsid[] = "$Id: main.c,v 1.44 1998/02/04 01:40:59 paulus Exp $"; #endif #include @@ -40,7 +40,6 @@ static char rcsid[] = "$Id: main.c,v 1.43 1997/11/27 06:09:20 paulus Exp $"; #include #include #include -#include #include "pppd.h" #include "magic.h" @@ -69,7 +68,7 @@ extern char *strerror(); #endif /* interface vars */ -char ifname[IFNAMSIZ]; /* Interface name */ +char ifname[32]; /* Interface name */ int ifunit; /* Interface unit number */ char *progname; /* Name of this program */