12 lines
481 B
Text
12 lines
481 B
Text
|
--- tcptrace.h.orig Thu Nov 4 22:55:38 2004
|
||
|
+++ tcptrace.h Wed Jan 7 18:30:33 2009
|
||
|
@@ -773,7 +773,7 @@ int finite(double);
|
||
|
/* note that many machines have an ether_ntoa, but the output differs, as does
|
||
|
the prototype, so we'll include our own and change the name to avoid conflicts
|
||
|
with local prototypes if they exist and differ */
|
||
|
-char *Ether_Ntoa(struct ether_addr *e);
|
||
|
+/* char *Ether_Ntoa(struct ether_addr *e);* /
|
||
|
|
||
|
/* global routine decls */
|
||
|
void *MallocZ(int);
|