diff options
Diffstat (limited to 'meta/packages/opkg/opkg/sighandlerfix.patch')
-rw-r--r-- | meta/packages/opkg/opkg/sighandlerfix.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/packages/opkg/opkg/sighandlerfix.patch b/meta/packages/opkg/opkg/sighandlerfix.patch deleted file mode 100644 index b60245f581..0000000000 --- a/meta/packages/opkg/opkg/sighandlerfix.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Index: opkg/libopkg/opkg_install.c | ||
2 | =================================================================== | ||
3 | --- opkg.orig/libopkg/opkg_install.c 2009-05-23 00:20:04.000000000 +0100 | ||
4 | +++ opkg/libopkg/opkg_install.c 2009-05-23 00:20:09.000000000 +0100 | ||
5 | @@ -21,7 +21,9 @@ | ||
6 | #include <glob.h> | ||
7 | #include <time.h> | ||
8 | #include <signal.h> | ||
9 | +#ifndef __USE_GNU | ||
10 | typedef void (*sighandler_t)(int); | ||
11 | +#endif | ||
12 | |||
13 | #include "pkg.h" | ||
14 | #include "pkg_hash.h" | ||