summaryrefslogtreecommitdiff
path: root/user/iputils/time.patch
diff options
context:
space:
mode:
authorDan Theisen <djt@hxx.in>2018-07-06 01:33:09 -0700
committerDan Theisen <djt@hxx.in>2018-07-06 02:34:42 -0700
commitd22b775eb85ee7e10f742d6eb837d0c46dd6a488 (patch)
treedac57c65528c7a508261374b80c44b6ebe66fe1e /user/iputils/time.patch
parenta5083dfca971c696dcb9f3d6d43ac24e446a05bf (diff)
downloadpackages-d22b775eb85ee7e10f742d6eb837d0c46dd6a488.tar.gz
packages-d22b775eb85ee7e10f742d6eb837d0c46dd6a488.tar.bz2
packages-d22b775eb85ee7e10f742d6eb837d0c46dd6a488.tar.xz
packages-d22b775eb85ee7e10f742d6eb837d0c46dd6a488.zip
user/iputils: import, take, fix up
Diffstat (limited to 'user/iputils/time.patch')
-rw-r--r--user/iputils/time.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/user/iputils/time.patch b/user/iputils/time.patch
new file mode 100644
index 000000000..1d6033f7a
--- /dev/null
+++ b/user/iputils/time.patch
@@ -0,0 +1,10 @@
+--- ./tracepath.c.orig
++++ ./tracepath.c
+@@ -12,6 +12,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>
++#include <time.h>
+ #include <sys/socket.h>
+ #include <linux/types.h>
+ #include <linux/errqueue.h>