diff options
Diffstat (limited to 'package/utils/busybox/patches/220-add_lock_util.patch')
-rw-r--r-- | package/utils/busybox/patches/220-add_lock_util.patch | 2 |
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 9cac9e6219..047d32ef10 100644 --- a/package/utils/busybox/patches/220-add_lock_util.patch +++ b/package/utils/busybox/patches/220-add_lock_util.patch @@ -37,7 +37,7 @@ +++ b/miscutils/lock.c @@ -0,0 +1,144 @@ +/* -+ * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org> ++ * Copyright (C) 2006 Felix Fietkau <nbd@nbd.name> + * + * This is free software, licensed under the GNU General Public License v2. + */ |