]> git.pld-linux.org Git - packages/ettercap.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 1 Nov 2008 13:45:06 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ettercap-build.patch -> 1.1

ettercap-build.patch [new file with mode: 0644]

diff --git a/ettercap-build.patch b/ettercap-build.patch
new file mode 100644 (file)
index 0000000..10756f7
--- /dev/null
@@ -0,0 +1,11 @@
+--- ec/src/ec_log.c~   2004-09-30 18:01:45.000000000 +0200
++++ ec/src/ec_log.c    2008-11-01 14:43:25.354519564 +0100
+@@ -190,7 +190,7 @@
+       if (fd->cfd == NULL)
+          SEMIFATAL_ERROR("%s", gzerror(fd->cfd, &zerr));
+    } else {
+-      fd->fd = open(filename, O_CREAT | O_TRUNC | O_RDWR | O_BINARY);
++      fd->fd = open(filename, O_CREAT | O_TRUNC | O_RDWR | O_BINARY, 0644);
+       if (fd->fd == -1)
+          SEMIFATAL_ERROR("Can't create %s: %s", filename, strerror(errno));
+    }
This page took 0.058226 seconds and 4 git commands to generate.