mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
308 B
Diff
12 lines
308 B
Diff
--- ntpstat.c.orig 2013-05-23 16:15:41.000000000 -0400
|
|
+++ ntpstat.c 2021-12-12 18:51:21.000000000 -0500
|
|
@@ -10,7 +10,7 @@
|
|
#include <sys/socket.h>
|
|
#include <arpa/inet.h>
|
|
#include <sys/time.h>
|
|
-#include <error.h>
|
|
+
|
|
#define NTP_PORT 123
|
|
|
|
/* This program uses an NTP mode 6 control message, which is the
|