-diff -ruN busybox-1.2.0-old/miscutils/lock.c busybox-1.2.0-new/miscutils/lock.c
---- busybox-1.2.0-old/miscutils/lock.c 1970-01-01 01:00:00.000000000 +0100
-+++ busybox-1.2.0-new/miscutils/lock.c 2006-08-01 10:21:15.000000000 +0200
-@@ -0,0 +1,135 @@
+Index: busybox-1.8.1/miscutils/Kbuild
+===================================================================
+--- busybox-1.8.1.orig/miscutils/Kbuild 2007-11-10 16:54:16.481379580 +0100
++++ busybox-1.8.1/miscutils/Kbuild 2007-11-10 16:54:28.370057076 +0100
+@@ -16,6 +16,7 @@
+ lib-$(CONFIG_HDPARM) += hdparm.o
+ lib-$(CONFIG_LAST) += last.o
+ lib-$(CONFIG_LESS) += less.o
++lib-$(CONFIG_LOCK) += lock.o
+ lib-$(CONFIG_MAKEDEVS) += makedevs.o
+ lib-$(CONFIG_MICROCOM) += microcom.o
+ lib-$(CONFIG_MOUNTPOINT) += mountpoint.o
+Index: busybox-1.8.1/miscutils/lock.c
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ busybox-1.8.1/miscutils/lock.c 2007-11-10 17:40:37.203843924 +0100
+@@ -0,0 +1,132 @@