Andreas Stieger
d8dca9d3c3
- Update to upstream version s20121221 (FATE#316211) - See RELNOTES for full changelog - Removed merges patches: * iputils-pingtypo.diff * iputils-s20101006-capabilities.diff - Updated patches for apply - Remove libsysfs dependency (FATE#316211) OBS-URL: https://build.opensuse.org/request/show/215034 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=35
26 lines
592 B
Diff
26 lines
592 B
Diff
From 9c60c5877436c2feabe55ff91f6d279564fe1a31 Mon Sep 17 00:00:00 2001
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
Date: Thu, 23 Jan 2014 10:32:36 +0100
|
|
Subject: traceroute6: Include stdint.h
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
|
---
|
|
traceroute6.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/traceroute6.c b/traceroute6.c
|
|
index 0538d4b..7205fa3 100644
|
|
--- a/traceroute6.c
|
|
+++ b/traceroute6.c
|
|
@@ -230,6 +230,7 @@ char copyright[] =
|
|
* Tue Dec 20 03:50:13 PST 1988
|
|
*/
|
|
|
|
+#include <stdint.h>
|
|
#include <sys/param.h>
|
|
#include <sys/time.h>
|
|
#include <sys/socket.h>
|
|
--
|
|
1.8.1.4
|
|
|