diff options
author | Dan Theisen <djt@hxx.in> | 2018-07-06 01:33:09 -0700 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-07-06 02:34:42 -0700 |
commit | d22b775eb85ee7e10f742d6eb837d0c46dd6a488 (patch) | |
tree | dac57c65528c7a508261374b80c44b6ebe66fe1e /user/iputils/time.patch | |
parent | a5083dfca971c696dcb9f3d6d43ac24e446a05bf (diff) | |
download | packages-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.patch | 10 |
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> |