33 lines
741 B
Plaintext
33 lines
741 B
Plaintext
$OpenBSD: patch-ntpdc_ntpdc_ops_c,v 1.1.1.1 2004/06/05 04:34:19 danh Exp $
|
|
--- ntpdc/ntpdc_ops.c.orig 2004-05-25 07:02:25.000000000 -0400
|
|
+++ ntpdc/ntpdc_ops.c 2004-06-04 09:51:19.000000000 -0400
|
|
@@ -9,22 +9,22 @@
|
|
#include <stdio.h>
|
|
#include <stddef.h>
|
|
|
|
-#include "ntpdc.h"
|
|
-#include "ntp_control.h"
|
|
-#include "ntp_refclock.h"
|
|
-#include "ntp_stdlib.h"
|
|
-
|
|
#include <ctype.h>
|
|
#ifdef HAVE_SYS_TIMEX_H
|
|
# include <sys/timex.h>
|
|
#endif
|
|
#include <netdb.h>
|
|
-#if !defined(__bsdi__) && !defined(apollo)
|
|
+#ifdef HAVE_NETINET_IN_H
|
|
#include <netinet/in.h>
|
|
#endif
|
|
|
|
#include <arpa/inet.h>
|
|
|
|
+#include "ntpdc.h"
|
|
+#include "ntp_control.h"
|
|
+#include "ntp_refclock.h"
|
|
+#include "ntp_stdlib.h"
|
|
+
|
|
/*
|
|
* Declarations for command handlers in here
|
|
*/
|