aboutsummaryrefslogtreecommitdiff
path: root/net/ayttm/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/ayttm/files/patch-ah')
-rw-r--r--net/ayttm/files/patch-ah11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ayttm/files/patch-ah b/net/ayttm/files/patch-ah
deleted file mode 100644
index 57205cc21182..000000000000
--- a/net/ayttm/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/#main.c~ Mon Jan 29 14:49:29 2001
-+++ src/main.c Mon Jan 29 14:49:29 2001
-@@ -279,7 +279,7 @@
- strcat(local.sun_path, "eb_socket");
- unlink(local.sun_path);
- local.sun_family = AF_UNIX;
-- len = strlen(local.sun_path) + sizeof(local.sun_family);
-+ len = strlen(local.sun_path) + 1 + sizeof(local.sun_family);
- if(bind(sock, (struct sockaddr *)&local, len) == -1)
- {
- perror("bind");