projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c7ea3b
)
removed GetMask (gone to sys-*.c)
author
Paul Mackerras
<paulus@samba.org>
Thu, 27 Apr 1995 00:20:16 +0000
(
00:20
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 27 Apr 1995 00:20:16 +0000
(
00:20
+0000)
pppd/options.c
patch
|
blob
|
history
diff --git
a/pppd/options.c
b/pppd/options.c
index 5c207d7bb2adf205b93da1bb764ac91dc69caa3a..3d5e020338d88538d11e94f6ebd06749a7cd0ffc 100644
(file)
--- a/
pppd/options.c
+++ b/
pppd/options.c
@@
-18,7
+18,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: options.c,v 1.1
8 1995/04/26 06:46:09
paulus Exp $";
+static char rcsid[] = "$Id: options.c,v 1.1
9 1995/04/27 00:20:16
paulus Exp $";
#endif
#include <stdio.h>
@@
-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()
{