summaryrefslogtreecommitdiff
path: root/package/toybox/patches/patch-lib_lib_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-04 13:31:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-05 20:20:43 +0200
commit70febec565507524921c099658a4b2b5d878cc28 (patch)
tree1f74ebd8b6c2ed7fa48143f038cec88dc42f0e6e /package/toybox/patches/patch-lib_lib_h
parent7ff823f93819a6cf01708f67032ca83c2684e094 (diff)
toybox: update to latest
Diffstat (limited to 'package/toybox/patches/patch-lib_lib_h')
-rw-r--r--package/toybox/patches/patch-lib_lib_h12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/toybox/patches/patch-lib_lib_h b/package/toybox/patches/patch-lib_lib_h
deleted file mode 100644
index 0697acb22..000000000
--- a/package/toybox/patches/patch-lib_lib_h
+++ /dev/null
@@ -1,12 +0,0 @@
---- toybox-0.7.1.orig/lib/lib.h 2016-06-01 00:33:23.000000000 +0200
-+++ toybox-0.7.1/lib/lib.h 2016-10-16 12:33:42.000000000 +0200
-@@ -201,7 +201,9 @@ int qstrcmp(const void *a, const void *b
- void create_uuid(char *uuid);
- char *show_uuid(char *uuid);
- char *next_printf(char *s, char **start);
-+#ifndef __APPLE__
- char *strnstr(char *line, char *str);
-+#endif
- int dev_minor(int dev);
- int dev_major(int dev);
- int dev_makedev(int major, int minor);