aboutsummaryrefslogtreecommitdiff
path: root/net/tcptrace/files/patch-ab
blob: 5b80baf8eda3966c605ab78b5a6a44327307540a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/usr/bin/diff --ignore-matching-lines=.*{$Id:|$Header:}.* -u tcptrace.h.orig tcptrace.h
--- tcptrace.h.orig	Fri Mar  9 17:30:34 2001
+++ tcptrace.h	Fri Mar  9 17:31:08 2001
@@ -485,7 +485,7 @@
 
 /* external routine decls */
 double sqrt(double x);
-char *ether_ntoa(struct ether_addr *e);
+char *shawn_ether_ntoa(struct ether_addr *e);
 void free(void *);
 int finite(double);
 
@@ -681,7 +680,9 @@
 #define IPTOS_CE	0x01	/* Experienced Congestion */
 
 #define TH_ECN_ECHO	0x02	/* Used by receiver to echo CE bit */
+#ifndef TH_CWR
 #define TH_CWR		0x01	/* Congestion Window Reduced */
+#endif