diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-03-30 08:23:48 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-03-30 08:23:48 +0000 |
commit | e821da7bc4373cb3e0f90a115ca88a618d555eab (patch) | |
tree | 4a4971b9da5824153f819a01a4ebfbb99a41294a /usr.bin/netstat/netstat.h | |
parent | 6c14ffca4e8e0ddbde9975cdcbfe9b54731763aa (diff) |
kill -S; ok henning
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 */ |