/[packages]/cauldron/net-tools/current/SOURCES/net-tools-1.60-gcc34.patch
ViewVC logotype

Contents of /cauldron/net-tools/current/SOURCES/net-tools-1.60-gcc34.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 318 - (show annotations) (download)
Fri Jan 7 23:30:25 2011 UTC (13 years, 3 months ago) by tmb
File size: 776 byte(s)
imported package net-tools
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

  ViewVC Help
Powered by ViewVC 1.1.30