blob: 01fff35537acac27f6da09e0b33b5d6ae5a6d451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ab,v 1.3 2003/01/12 21:07:45 tron Exp $
--- tcptrace.h.orig Thu Aug 12 19:33:10 1999
+++ tcptrace.h Sun Jan 12 22:03:30 2003
@@ -484,10 +484,7 @@
/* external routine decls */
-double sqrt(double x);
-char *ether_ntoa(struct ether_addr *e);
-void free(void *);
-int finite(double);
+char *my_ether_ntoa(struct ether_addr *e);
/* global routine decls */
|