X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Foptions.c;h=3d5e020338d88538d11e94f6ebd06749a7cd0ffc;hp=5c207d7bb2adf205b93da1bb764ac91dc69caa3a;hb=257999f8445702fd2a9c4e843ed30e2dbcff528b;hpb=7ff1691466ad589562e84516e29a4a83bab71e1f diff --git a/pppd/options.c b/pppd/options.c index 5c207d7..3d5e020 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.18 1995/04/26 06:46:09 paulus Exp $"; +static char rcsid[] = "$Id: options.c,v 1.19 1995/04/27 00:20:16 paulus Exp $"; #endif #include @@ -1250,19 +1250,6 @@ setnetmask(argv) return (1); } -/* - * Return user specified netmask. A value of zero means no netmask has - * been set. - */ -/* ARGSUSED */ -u_int32_t -GetMask(addr) - u_int32_t addr; -{ - return(netmask); -} - - static int setcrtscts() {