blob: 4539fa123df1842db0d5e42263fb1482aed1e6c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- openntpd-3.9p1.orig/server.c Thu Nov 6 10:11:16 2008
+++ openntpd-3.9p1/server.c Thu Nov 6 10:11:36 2008
@@ -23,9 +23,6 @@
#include <sys/socket.h>
#include <errno.h>
#include <netinet/in.h>
-#ifdef HAVE_IFADDRS_H
-# include <ifaddrs.h>
-#endif
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
|