diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-12-15 04:42:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-12-15 04:42:04 +0000 |
commit | 23cf20f6ae8fd652a2014414f70c68024d61bc0b (patch) | |
tree | f256ffbba3f471f466402a582bcf2d33142e84a5 /net/gmdns/files/patch-src_gmdns.c | |
parent | Update to 0.9.6.90. (diff) |
It's dead, unmaintain and nothing use it.
Discussed with: marcus
Diffstat (limited to 'net/gmdns/files/patch-src_gmdns.c')
-rw-r--r-- | net/gmdns/files/patch-src_gmdns.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/gmdns/files/patch-src_gmdns.c b/net/gmdns/files/patch-src_gmdns.c deleted file mode 100644 index 4dee7cbd412a..000000000000 --- a/net/gmdns/files/patch-src_gmdns.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gmdns.c.orig Sat Jun 5 23:06:29 2004 -+++ src/gmdns.c Sat Jun 5 23:07:20 2004 -@@ -439,7 +439,7 @@ - - /* if there are no more listeners */ - if (aq->listeners == NULL) { -- g_message ("mdnsd_query (%s, %d, %p, %p)\n", name, type, NULL, NULL); -+ g_message ("mdnsd_query (%s, %d, %p, %p)\n", name, type, (void*)NULL, (void*)NULL); - /* stop the query */ - mdnsd_query (GMDNS_MDNSD, (char*) name, type, NULL, NULL); - |