summaryrefslogtreecommitdiff
path: root/chat/jabberd2/patches/patch-s2s_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'chat/jabberd2/patches/patch-s2s_out.c')
-rw-r--r--chat/jabberd2/patches/patch-s2s_out.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/chat/jabberd2/patches/patch-s2s_out.c b/chat/jabberd2/patches/patch-s2s_out.c
deleted file mode 100644
index d70af772110..00000000000
--- a/chat/jabberd2/patches/patch-s2s_out.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-s2s_out.c,v 1.4 2012/08/26 18:25:47 adam Exp $
-
-Non-void function must return a value.
-
---- s2s/out.c.orig 2012-05-12 05:21:36.000000000 +0000
-+++ s2s/out.c
-@@ -627,7 +627,7 @@ int out_packet(s2s_t s2s, pkt_t pkt) {
- nad_free(pkt->nad);
- free(pkt);
-
-- return;
-+ return -1;
- }
-
- /* new route key */