summaryrefslogtreecommitdiff
path: root/package/grub/patches/patch-include_grub_misc_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-07 08:23:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-07 08:23:14 +0200
commitf9a94113d9ca3caf4c5a20b2db9d4b0af3846b2b (patch)
tree1175eec0ec867f52834824f94ad4aeca9bcc79d0 /package/grub/patches/patch-include_grub_misc_h
parent456e12e8fbd7ecddf6c2aa1da4c2df2cf1a42499 (diff)
parent97348d0f106a154f2ca5f1dd5298216ca120aa2d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grub/patches/patch-include_grub_misc_h')
-rw-r--r--package/grub/patches/patch-include_grub_misc_h17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/grub/patches/patch-include_grub_misc_h b/package/grub/patches/patch-include_grub_misc_h
deleted file mode 100644
index fb3e46108..000000000
--- a/package/grub/patches/patch-include_grub_misc_h
+++ /dev/null
@@ -1,17 +0,0 @@
---- grub-1.98.orig/include/grub/misc.h 2010-03-06 21:51:37.000000000 +0100
-+++ grub-1.98/include/grub/misc.h 2010-06-26 18:54:44.075171713 +0200
-@@ -91,14 +91,6 @@ grub_strncat (char *dest, const char *sr
- return dest;
- }
-
--/* Prototypes for aliases. */
--#ifndef GRUB_UTIL
--int EXPORT_FUNC(memcmp) (const void *s1, const void *s2, grub_size_t n);
--void *EXPORT_FUNC(memmove) (void *dest, const void *src, grub_size_t n);
--void *EXPORT_FUNC(memcpy) (void *dest, const void *src, grub_size_t n);
--void *EXPORT_FUNC(memset) (void *s, int c, grub_size_t n);
--#endif
--
- int EXPORT_FUNC(grub_memcmp) (const void *s1, const void *s2, grub_size_t n);
- int EXPORT_FUNC(grub_strcmp) (const char *s1, const char *s2);
- int EXPORT_FUNC(grub_strncmp) (const char *s1, const char *s2, grub_size_t n);