]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/main.c
pppd: Remove usage of incorrect constant MAXIFNAMELEN
[ppp.git] / pppd / main.c
index db0aa97230c1f25cca4a6134dc2b402939cf0b94..203202fe6ed6ffcbc21cbcf7cd102c58e5b3a9a9 100644 (file)
 
 
 /* interface vars */
-char ifname[MAXIFNAMELEN];     /* Interface name */
+char ifname[IFNAMSIZ];         /* Interface name */
 int ifunit;                    /* Interface unit number */
 
 struct channel *the_channel;