aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nut22/files/patch-clients-upssched.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/nut22/files/patch-clients-upssched.c')
-rw-r--r--sysutils/nut22/files/patch-clients-upssched.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/nut22/files/patch-clients-upssched.c b/sysutils/nut22/files/patch-clients-upssched.c
deleted file mode 100644
index 1d2129b03d53..000000000000
--- a/sysutils/nut22/files/patch-clients-upssched.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- clients/upssched.c.orig 2009-02-19 20:01:40.000000000 +0100
-+++ clients/upssched.c 2009-02-19 20:02:00.000000000 +0100
-@@ -595,7 +595,7 @@
- int pipefd, ret;
- struct sockaddr_un saddr;
-
-- memset(&sa, '\0', sizeof(saddr));
-+ memset(&saddr, '\0', sizeof(saddr));
- saddr.sun_family = AF_UNIX;
- snprintf(saddr.sun_path, sizeof(saddr.sun_path), "%s", pipefn);
-