Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045794
en ru br
ALT Linux repos
S:20221126-alt1
5.0: 20071127-alt4
4.1: 20071127-alt0.M41.1
4.0: 20020927-alt4.2
3.0: 20020927-alt2

Group :: Networking/Other
RPM: iputils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: iputils-ss020927-owl-warnings.patch
Download


--- iputils/ping_common.c.orig	Fri Sep 20 16:02:32 2002
+++ iputils/ping_common.c	Wed Oct 15 12:36:13 2003
@@ -507,7 +507,9 @@
 	char ans_data[4096];
 	struct iovec iov;
 	struct msghdr msg;
+#ifdef SO_TIMESTAMP
 	struct cmsghdr *c;
+#endif
 	int cc;
 	int next;
 	int polling;
--- iputils/tftpd.c.orig	Thu Jan 24 00:31:41 2002
+++ iputils/tftpd.c	Wed Oct 15 12:36:13 2003
@@ -151,6 +151,7 @@
 		int pid;
 		int i, j;
 
+		pid = 0; /* never used */
 		for (i = 1; i < 20; i++) {
 		    pid = fork();
 		    if (pid < 0) {
--- iputils/tracepath.c.orig	Sat Feb 23 00:10:59 2002
+++ iputils/tracepath.c	Wed Oct 15 12:36:13 2003
@@ -330,7 +330,7 @@
 	}
 
 	for (ttl=1; ttl<32; ttl++) {
-		int res;
+		int res = 0;
 		int i;
 
 		on = ttl;
--- iputils/tracepath6.c.orig	Sun Sep  2 02:03:46 2001
+++ iputils/tracepath6.c	Wed Oct 15 12:36:13 2003
@@ -364,7 +364,7 @@
 	}
 
 	for (ttl=1; ttl<32; ttl++) {
-		int res;
+		int res = 0;
 		int i;
 
 		on = ttl;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin