diff options
Diffstat (limited to 'sys-block/unieject/files/unieject-5.3.1-ppc.patch')
-rw-r--r-- | sys-block/unieject/files/unieject-5.3.1-ppc.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-block/unieject/files/unieject-5.3.1-ppc.patch b/sys-block/unieject/files/unieject-5.3.1-ppc.patch deleted file mode 100644 index bca81e79ef78..000000000000 --- a/sys-block/unieject/files/unieject-5.3.1-ppc.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: unieject-5.3.1/unieject.c -=================================================================== ---- unieject-5.3.1.orig/unieject.c -+++ unieject-5.3.1/unieject.c -@@ -141,8 +141,8 @@ static void parse_configuration() - /* Parse a all options. */ - static int parse_options (int argc, const char *argv[]) - { -- char tmpopt; -- char opt = OP_IGNORE; /* used for argument parsing */ -+ int8_t tmpopt; -+ int8_t opt = OP_IGNORE; /* used for argument parsing */ - - struct poptOption optionsTable[] = { - { "trayclose", 't', POPT_ARG_VAL, &opts.eject, 0, |