summaryrefslogtreecommitdiff
path: root/net/nocatsplash/files/patch-src__splashd.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/nocatsplash/files/patch-src__splashd.c
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'net/nocatsplash/files/patch-src__splashd.c')
-rw-r--r--net/nocatsplash/files/patch-src__splashd.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/nocatsplash/files/patch-src__splashd.c b/net/nocatsplash/files/patch-src__splashd.c
new file mode 100644
index 000000000000..a08519c35cff
--- /dev/null
+++ b/net/nocatsplash/files/patch-src__splashd.c
@@ -0,0 +1,15 @@
+--- src/splashd.c.orig Wed Nov 19 16:29:47 2003
++++ src/splashd.c Wed Nov 19 16:30:28 2003
+@@ -1,7 +1,10 @@
++# include <sys/param.h>
++# include <sys/types.h>
++# include <sys/socket.h>
++# include <netinet/in.h>
++# include <pthread.h>
+ # include <glib.h>
+ # include <stdio.h>
+-# include <netinet/in.h>
+-# include <sys/socket.h>
+ # include <signal.h>
+ # include <string.h>
+ # include <time.h>