diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 18:40:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 18:54:25 +0200 |
commit | c8b0570ff50361cea669085e504be7131cf35e7c (patch) | |
tree | e461f09ac921d81d07b040fd0af46f855036e639 /package/openntpd/patches/patch-openbsd-compat_openbsd-compat_h | |
parent | cb204c16bb2d9d0fe3841ead1be672e14d6d3261 (diff) |
update to latest upstream version
Diffstat (limited to 'package/openntpd/patches/patch-openbsd-compat_openbsd-compat_h')
-rw-r--r-- | package/openntpd/patches/patch-openbsd-compat_openbsd-compat_h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/openntpd/patches/patch-openbsd-compat_openbsd-compat_h b/package/openntpd/patches/patch-openbsd-compat_openbsd-compat_h deleted file mode 100644 index cdc7cc679..000000000 --- a/package/openntpd/patches/patch-openbsd-compat_openbsd-compat_h +++ /dev/null @@ -1,18 +0,0 @@ -$Id$ - - part of the "adjtime-linux" patch - ---- openntpd-3.9p1.orig/openbsd-compat/openbsd-compat.h 2006-05-14 05:29:19.000000000 +0000 -+++ openntpd-3.9p1/openbsd-compat/openbsd-compat.h 2007-01-28 20:49:48.000000000 +0000 -@@ -46,6 +46,11 @@ int asprintf(char **, const char *, - __attribute__((__format__ (printf, 2, 3))); - #endif - -+#ifdef USE_ADJTIMEX -+# include <sys/time.h> -+int _compat_adjtime(const struct timeval *, struct timeval *); -+#endif -+ - #ifndef HAVE_INET_PTON - int inet_pton(int, const char *, void *); - #endif |