Skip to content

Commit

Permalink
notdef is notdef since the beginning of time; no obj change.
Browse files Browse the repository at this point in the history
OK benno@
  • Loading branch information
fobser committed Jul 9, 2014
1 parent 2edb807 commit 9bbbbbb
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions sbin/ping/ping.c
Original file line number Diff line number Diff line change
@@ -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 $ */

/*
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9bbbbbb

Please sign in to comment.