summaryrefslogtreecommitdiff
path: root/net/openntpd/files/compat.h
diff options
context:
space:
mode:
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 *);