From 257999f8445702fd2a9c4e843ed30e2dbcff528b Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 27 Apr 1995 00:20:16 +0000 Subject: [PATCH] removed GetMask (gone to sys-*.c) --- pppd/options.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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() { -- 2.39.2