diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-08-23 18:30:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-08-23 19:21:42 +0200 |
commit | 0bb4f0eae500cb0dbdcdd5b5a4573f1c2e2acf23 (patch) | |
tree | 28417ee4c9fae7e438d770a5d8be77ffd24f84a2 /net-misc/sntpd/files | |
parent | net-misc/ntpclient: drop old version (diff) | |
download | gentoo-0bb4f0eae500cb0dbdcdd5b5a4573f1c2e2acf23.tar.gz gentoo-0bb4f0eae500cb0dbdcdd5b5a4573f1c2e2acf23.tar.bz2 gentoo-0bb4f0eae500cb0dbdcdd5b5a4573f1c2e2acf23.zip |
net-misc/ntpclient: rename to net-misc/sntpd
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/sntpd/files')
-rw-r--r-- | net-misc/sntpd/files/ntpclient-2018.244-linux-headers-5.2.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/sntpd/files/ntpclient-2018.244-linux-headers-5.2.patch b/net-misc/sntpd/files/ntpclient-2018.244-linux-headers-5.2.patch new file mode 100644 index 000000000000..df87cb6ceb22 --- /dev/null +++ b/net-misc/sntpd/files/ntpclient-2018.244-linux-headers-5.2.patch @@ -0,0 +1,10 @@ +--- a/src/ntpclient.c 2018-08-27 20:38:12.000000000 +0200 ++++ b/src/ntpclient.c 2019-08-19 20:11:59.000000000 +0200 +@@ -40,6 +40,7 @@ + #include <unistd.h> + #include <errno.h> + #ifdef PRECISION_SIOCGSTAMP ++#include <linux/sockios.h> + #include <sys/ioctl.h> + #endif + #ifdef USE_OBSOLETE_GETTIMEOFDAY |