]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - net-tools/patches/net-tools-1.60-ipx.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / net-tools / patches / net-tools-1.60-ipx.patch
1 diff -urN net-tools-1.60/lib/ipx_gr.c net-tools-1.60.new/lib/ipx_gr.c
2 --- net-tools-1.60/lib/ipx_gr.c 2000-10-28 12:59:42.000000000 +0200
3 +++ net-tools-1.60.new/lib/ipx_gr.c 2003-05-20 10:54:37.000000000 +0200
4 @@ -64,7 +64,7 @@
5 continue;
6
7 /* Fetch and resolve the Destination */
8 - (void) ap->input(5, net, &sa);
9 + (void) ap->input(1, net, &sa);
10 strcpy(net, ap->sprint(&sa, numeric));
11
12 /* Fetch and resolve the Router Net */
13 diff -urN net-tools-1.60/netstat.c net-tools-1.60.new/netstat.c
14 --- net-tools-1.60/netstat.c 2003-05-20 11:00:57.000000000 +0200
15 +++ net-tools-1.60.new/netstat.c 2003-05-20 10:58:25.000000000 +0200
16 @@ -1412,13 +1412,13 @@
17 }
18
19 /* Fetch and resolve the Source */
20 - (void) ap->input(4, sad, &sa);
21 + (void) ap->input(0, sad, &sa);
22 safe_strncpy(buf, ap->sprint(&sa, flag_not), sizeof(buf));
23 snprintf(sad, sizeof(sad), "%s:%04X", buf, sport);
24
25 if (!nc) {
26 /* Fetch and resolve the Destination */
27 - (void) ap->input(4, dad, &sa);
28 + (void) ap->input(0, dad, &sa);
29 safe_strncpy(buf, ap->sprint(&sa, flag_not), sizeof(buf));
30 snprintf(dad, sizeof(dad), "%s:%04X", buf, dport);
31 } else
32 diff -urN net-tools-1.60/version.h net-tools-1.60.new/version.h
33 --- net-tools-1.60/version.h 1970-01-01 01:00:00.000000000 +0100
34 +++ net-tools-1.60.new/version.h 2003-05-19 16:07:49.000000000 +0200
35 @@ -0,0 +1 @@
36 +#define RELEASE "net-tools 1.60"