summaryrefslogtreecommitdiff
path: root/net/openntpd/files/compat.h
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2015-01-08 16:11:29 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2015-01-08 16:11:29 +0000
commit6762458c899b95848970763f76c1241a9e8dc70b (patch)
tree1cb742028d377bd7c8e0e5fc4ba45790c3bd7642 /net/openntpd/files/compat.h
parentUpdate the comment, forgotten in the previous commit. (diff)
After a long hiatus, update to 5.7p1.
Major user-visible changes: * Added ntpctl(8), which allows for querying ntpd(8) at runtime. * Added support for different routing tables.
Notes
Notes: svn path=/head/; revision=376542
Diffstat (limited to 'net/openntpd/files/compat.h')
-rw-r--r--net/openntpd/files/compat.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/openntpd/files/compat.h b/net/openntpd/files/compat.h
deleted file mode 100644
index eb15fb92d9fe..000000000000
--- a/net/openntpd/files/compat.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * This file is in the public domain.
- *
- * $FreeBSD$
- */
-
-#ifndef SA_LEN
-# define SA_LEN(x) ((x)->sa_len)
-#endif
-
-#ifndef EAI_NODATA
-# define EAI_NODATA EAI_NONAME
-#endif
-
-#ifndef __dead
-# define __dead
-#endif
-
-#undef HAVE_SENSORS
-
-/* adjfreq.c */
-int adjfreq(const int64_t *, int64_t *);