X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmain.c;fp=pppd%2Fmain.c;h=203202fe6ed6ffcbc21cbcf7cd102c58e5b3a9a9;hp=db0aa97230c1f25cca4a6134dc2b402939cf0b94;hb=e4b85dae99f201d2b9f3c1d3c4492154ef76a2e8;hpb=610a7bd76eb1f99f22317541b35001b1e24877ed diff --git a/pppd/main.c b/pppd/main.c index db0aa97..203202f 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -124,7 +124,7 @@ /* interface vars */ -char ifname[MAXIFNAMELEN]; /* Interface name */ +char ifname[IFNAMSIZ]; /* Interface name */ int ifunit; /* Interface unit number */ struct channel *the_channel;