From: Paul Mackerras Date: Thu, 27 Apr 1995 00:20:16 +0000 (+0000) Subject: removed GetMask (gone to sys-*.c) X-Git-Tag: RELEASE_2_3_6~763 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=257999f8445702fd2a9c4e843ed30e2dbcff528b;ds=sidebyside removed GetMask (gone to sys-*.c) --- 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() {