aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/220-add_lock_util.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/220-add_lock_util.patch')
-rw-r--r--package/utils/busybox/patches/220-add_lock_util.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/patches/220-add_lock_util.patch b/package/utils/busybox/patches/220-add_lock_util.patch
index 623121b9fb..579b705f34 100644
--- a/package/utils/busybox/patches/220-add_lock_util.patch
+++ b/package/utils/busybox/patches/220-add_lock_util.patch
@@ -109,7 +109,7 @@
+ if (!waitonly) {
+ lseek(fd, 0, SEEK_SET);
+ ftruncate(fd, 0);
-+ snprintf(sizeof(pidstr), pidstr, "%d\n", pid);
++ snprintf(pidstr, sizeof(pidstr), "%d\n", pid);
+ write(fd, pidstr, strlen(pidstr));
+ close(fd);
+ }