diff options
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index a0c4d1eaa8f..a06f1c55402 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.32 2005/03/25 17:01:04 jaredy Exp $ */ +/* $OpenBSD: netstat.h,v 1.33 2005/03/30 08:23:47 jaredy Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -49,7 +49,6 @@ int nflag; /* show addresses numerically */ int pflag; /* show given protocol */ int qflag; /* only display non-zero values for output */ int rflag; /* show routing tables (or routing stats) */ -int Sflag; /* show source address in routing table */ int sflag; /* show protocol statistics */ int tflag; /* show i/f watchdog timers */ int vflag; /* be verbose */ |