34ab5ff1f3
ok kili@
13 lines
549 B
Plaintext
13 lines
549 B
Plaintext
$OpenBSD: patch-tcptrace_h,v 1.2 2009/01/08 09:03:15 giovanni Exp $
|
|
--- 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);
|