projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make only on ar7 platforms.
[openwrt.git]
/
package
/
busybox
/
patches
/
340-lock_util.patch
diff --git
a/package/busybox/patches/340-lock_util.patch
b/package/busybox/patches/340-lock_util.patch
index
f832df7
..
c1197e2
100644
(file)
--- a/
package/busybox/patches/340-lock_util.patch
+++ b/
package/busybox/patches/340-lock_util.patch
@@
-73,7
+73,6
@@
diff -ruN busybox-1.3.1-old/miscutils/lock.c busybox-1.3.1/miscutils/lock.c
+static void exit_unlock(int sig)
+{
+ flock(fd, LOCK_UN);
-+ unlink(file);
+ exit(0);
+}
+
@@
-136,6
+135,7
@@
diff -ruN busybox-1.3.1-old/miscutils/lock.c busybox-1.3.1/miscutils/lock.c
+
+ return 0;
+ }
++ return 0;
+}
+
+#ifndef CONFIG_LOCK
This page took
0.022532 seconds
and
4
git commands to generate.