diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-10-06 18:31:46 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-10-06 18:31:46 +0000 |
commit | 4ae5ae27cd4d69846fc2c97b66e15a0bc99ea15c (patch) | |
tree | b1caf2b012bcbfa0007a20cda7fb27bf32f3e488 /net/ntp | |
parent | eddfbb64ee95abf07a035be6c5f308fe385c30a7 (diff) | |
download | ports-4ae5ae27cd4d69846fc2c97b66e15a0bc99ea15c.tar.gz ports-4ae5ae27cd4d69846fc2c97b66e15a0bc99ea15c.zip |
Notes
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/files/patch-sntp-socket.c | 14 |
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" |