summaryrefslogtreecommitdiff
path: root/net/wackamole/files/patch-configuration.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-05-04 10:25:35 +0000
committerRene Ladan <rene@FreeBSD.org>2014-05-04 10:25:35 +0000
commit496193d869a804c89a9888cf31ea076b3fb7eead (patch)
treef36a7ceda39de4cc8499f4d21fac5bd37c6e666e /net/wackamole/files/patch-configuration.c
parent- Add LICENSE (diff)
Remove expired port:
2014-05-01 net/wackamole: Depends on expired www/spread
Notes
Notes: svn path=/head/; revision=352940
Diffstat (limited to 'net/wackamole/files/patch-configuration.c')
-rw-r--r--net/wackamole/files/patch-configuration.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/wackamole/files/patch-configuration.c b/net/wackamole/files/patch-configuration.c
deleted file mode 100644
index 0d12d3ef1ee8..000000000000
--- a/net/wackamole/files/patch-configuration.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- configuration.c.orig 2011-05-12 02:55:52.000000000 +0200
-+++ configuration.c 2011-05-12 02:56:03.000000000 +0200
-@@ -43,7 +43,7 @@
- char my_local_host_name[255];
- static const size_t my_local_host_name_len=255;
- struct hostent *hent;
-- int i, full;
-+ int full;
- Num_prefer = 0;
-
- if (File_name && File_name[0] && (NULL != (fp = fopen(File_name,"r"))) )