]> git.ozlabs.org Git - ppp.git/commitdiff
removed GetMask (gone to sys-*.c)
authorPaul Mackerras <paulus@samba.org>
Thu, 27 Apr 1995 00:20:16 +0000 (00:20 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 27 Apr 1995 00:20:16 +0000 (00:20 +0000)
pppd/options.c

index 5c207d7bb2adf205b93da1bb764ac91dc69caa3a..3d5e020338d88538d11e94f6ebd06749a7cd0ffc 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #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 <stdio.h>
 #endif
 
 #include <stdio.h>
@@ -1250,19 +1250,6 @@ setnetmask(argv)
     return (1);
 }
 
     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()
 {
 static int
 setcrtscts()
 {