aboutsummaryrefslogtreecommitdiff
path: root/editors/gnuserv/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gnuserv/files/patch-aa')
-rw-r--r--editors/gnuserv/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/gnuserv/files/patch-aa b/editors/gnuserv/files/patch-aa
deleted file mode 100644
index b0f8bb0aa727..000000000000
--- a/editors/gnuserv/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnuserv.c~ Thu Jan 25 13:41:48 2001
-+++ gnuserv.c Sat Feb 10 18:00:44 2001
-@@ -790,7 +790,7 @@
- + strlen (server.sun_path) + 1);
- server.sun_len = bindlen;
- #else
-- bindlen = strlen (server.sun_path) + sizeof (server.sun_family);
-+ bindlen = strlen (server.sun_path) + 1 + sizeof (server.sun_family);
- #endif
-
- if (bind(ls,(struct sockaddr *)&server,bindlen) < 0)