X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmain.c;h=3273cdf9aa32412a282bafdafb54758b6dd1f9b9;hb=ed6e1e3e4ae7be0552a49321eebef7647349bb78;hp=1ad46a6b8ca3aa50c5da1b1af0d4ec8d6bf90f11;hpb=e28f47d5e53abe7317d9a82703bbbee044482d4f;p=ppp.git 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 */