diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-08-01 05:36:19 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-08-01 05:36:19 +0000 |
commit | 1715922e158d7fbeac63b5e6e9f98e70fef82871 (patch) | |
tree | b81c1d9daef90ce06948a6bda5b06cf8369bf708 /usr.bin | |
parent | 9e259df689eb8ae2b6ae582d905103715b58e264 (diff) |
sipp-esp/sipp-ah -> esp/ah
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index b73a41ebde6..179eae97ab5 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.14 1998/07/08 22:14:15 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.15 1998/08/01 05:36:18 angelos Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* @@ -44,7 +44,7 @@ char copyright[] = #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else -static char *rcsid = "$OpenBSD: main.c,v 1.14 1998/07/08 22:14:15 deraadt Exp $"; +static char *rcsid = "$OpenBSD: main.c,v 1.15 1998/08/01 05:36:18 angelos Exp $"; #endif #endif /* not lint */ @@ -173,9 +173,9 @@ struct protox { { -1, N_IGMPSTAT, 1, 0, igmp_stats, "igmp" }, { -1, N_AHSTAT, 1, 0, - ah_stats, "sipp-ah" }, + ah_stats, "ah" }, { -1, N_ESPSTAT, 1, 0, - esp_stats, "sipp-esp" }, + esp_stats, "esp" }, { -1, N_IP4STAT, 1, 0, ip4_stats, "ipencap" }, { -1, -1, 0, 0, |