]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - net-tools/patches/net-tools-1.60-gcc34.patch
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / net-tools / patches / net-tools-1.60-gcc34.patch
1 --- net-tools-1.60/lib/inet_sr.c.gcc34 2000-02-20 22:46:45.000000000 +0100
2 +++ net-tools-1.60/lib/inet_sr.c 2004-03-30 15:57:25.276049571 +0200
3 @@ -105,6 +105,7 @@
4 case 2:
5 isnet = 0; break;
6 default:
7 + ;
8 }
9
10 /* Fill in the other fields. */
11 --- net-tools-1.60/hostname.c.gcc34 2004-03-30 15:58:12.979830341 +0200
12 +++ net-tools-1.60/hostname.c 2004-03-30 15:58:47.110380585 +0200
13 @@ -98,6 +98,7 @@
14 fprintf(stderr, _("%s: name too long\n"), program_name);
15 break;
16 default:
17 + ;
18 }
19 exit(1);
20 };
21 @@ -117,6 +118,7 @@
22 fprintf(stderr, _("%s: name too long\n"), program_name);
23 break;
24 default:
25 + ;
26 }
27 exit(1);
28 };
29 @@ -180,6 +182,7 @@
30 printf("%s\n", hp->h_name);
31 break;
32 default:
33 + ;
34 }
35 }
36