diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2014-07-09 15:22:37 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2014-07-09 15:22:37 +0000 |
commit | ef0e2f48e9c553c963d4f81f83856096655b2f31 (patch) | |
tree | edf01d5f438e306c50322a0c5d1a5904c3ee1c56 /sbin/ping/ping.c | |
parent | 31203199431c2d72e648acef07568af1616a0f2b (diff) |
notdef is notdef since the beginning of time; no obj change.
OK benno@
Diffstat (limited to 'sbin/ping/ping.c')
-rw-r--r-- | sbin/ping/ping.c | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index c234790596c..75f290e8b11 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping.c,v 1.105 2014/07/09 15:21:41 florian Exp $ */ +/* $OpenBSD: ping.c,v 1.106 2014/07/09 15:22:36 florian Exp $ */ /* $NetBSD: ping.c,v 1.20 1995/08/11 22:37:58 cgd Exp $ */ /* @@ -1005,22 +1005,6 @@ finish(int signo) exit(nreceived ? 0 : 1); } -#ifdef notdef -static char *ttab[] = { - "Echo Reply", /* ip + seq + udata */ - "Dest Unreachable", /* net, host, proto, port, frag, sr + IP */ - "Source Quench", /* IP */ - "Redirect", /* redirect type, gateway, + IP */ - "Echo", - "Time Exceeded", /* transit, frag reassem + IP */ - "Parameter Problem", /* pointer + IP */ - "Timestamp", /* id + seq + three timestamps */ - "Timestamp Reply", /* " */ - "Info Request", /* id + sq */ - "Info Reply" /* " */ -}; -#endif - /* * pr_icmph -- * Print a descriptive string about an ICMP header. |