aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntp
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2006-10-07 02:31:46 +0800
committercy <cy@FreeBSD.org>2006-10-07 02:31:46 +0800
commit29f05b304d219deefdb20dfdfc75d75738efdb49 (patch)
tree2c3ec367729ad6d108184072db7c501312d81ebc /net/ntp
parent1e7c82851c6999b32bad91b75def5e60adbca718 (diff)
downloadfreebsd-ports-gnome-29f05b304d219deefdb20dfdfc75d75738efdb49.tar.gz
freebsd-ports-gnome-29f05b304d219deefdb20dfdfc75d75738efdb49.tar.zst
freebsd-ports-gnome-29f05b304d219deefdb20dfdfc75d75738efdb49.zip
Add missing patch file.
Diffstat (limited to 'net/ntp')
-rw-r--r--net/ntp/files/patch-sntp-socket.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ntp/files/patch-sntp-socket.c b/net/ntp/files/patch-sntp-socket.c
new file mode 100644
index 000000000000..d36272b79158
--- /dev/null
+++ b/net/ntp/files/patch-sntp-socket.c
@@ -0,0 +1,14 @@
+--- sntp/socket.c.orig Sun Jul 9 04:01:46 2006
++++ sntp/socket.c Fri Aug 4 20:56:59 2006
+@@ -7,8 +7,10 @@
+ the only system that the author uses that has it is Linux. */
+
+
+-
++/* XXX config.h not generated by configure script in this directory */
++#if 0
+ #include "config.h"
++#endif
+
+ #include "header.h"
+ #include "internet.h"