Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37753224
en ru br
ALT Linux repos
S:1.60-alt19
5.0: 1.60-alt15
4.1: 1.60-alt13
4.0: 1.60-alt13
3.0: 1.60-alt12

Group :: System/Configuration/Networking
RPM: net-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: net-tools-1.60-rh-gcc34.patch
Download


--- net-tools-1.60/lib/inet_sr.c.gcc34	2000-02-20 22:46:45.000000000 +0100
+++ net-tools-1.60/lib/inet_sr.c	2004-03-30 15:57:25.276049571 +0200
@@ -105,6 +105,7 @@
     case 2:
        isnet = 0; break;
     default:
+       ;
     }
 
     /* Fill in the other fields. */
--- net-tools-1.60/hostname.c.gcc34	2004-03-30 15:58:12.979830341 +0200
+++ net-tools-1.60/hostname.c	2004-03-30 15:58:47.110380585 +0200
@@ -98,6 +98,7 @@
 	    fprintf(stderr, _("%s: name too long\n"), program_name);
 	    break;
 	default:
+	;
 	}
 	exit(1);
     };
@@ -117,6 +118,7 @@
 	    fprintf(stderr, _("%s: name too long\n"), program_name);
 	    break;
 	default:
+        ;
 	}
 	exit(1);
     };
@@ -180,6 +182,7 @@
 	printf("%s\n", hp->h_name);
 	break;
     default:
+    ;
     }
 }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin