update Sun Mar 14 06:37:03 PDT 2010
[pkgsrc.git] / wip / traceroute-nanog / patches / patch-aa
1 $NetBSD$
2
3 --- traceroute.c.orig   2006-05-06 11:10:00.000000000 +0000
4 +++ traceroute.c
5 @@ -750,17 +750,6 @@ void cksum(u_int16_t *, int, volatile u_
6  #undef IP_HDRINCL
7  #endif
8  
9 -#ifndef vms
10 -extern  int errno;
11 -#endif
12 -
13 -extern  char *inet_ntoa();
14 -extern  u_long inet_addr();
15 -
16 -#ifndef ULTRIX43
17 -char *index(const char *string, int character);
18 -#endif
19 -
20  #ifdef V630
21  #ifndef __linux__
22  void halt();   /* signal handler */