From 026a3581ae29af72d387e2991ef19d7d6de42789 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 29 Nov 2008 20:12:17 +0000 Subject: busybox: bump 1.12.x / 1.13.x versions --- package/busybox/busybox-1.12.2-getopt.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 package/busybox/busybox-1.12.2-getopt.patch (limited to 'package/busybox/busybox-1.12.2-getopt.patch') diff --git a/package/busybox/busybox-1.12.2-getopt.patch b/package/busybox/busybox-1.12.2-getopt.patch deleted file mode 100644 index bdc8b9327..000000000 --- a/package/busybox/busybox-1.12.2-getopt.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- busybox-1.12.2/libbb/getopt32.c Sun Nov 9 18:20:37 2008 -+++ busybox-1.12.2-getopt/libbb/getopt32.c Wed Nov 12 23:03:33 2008 -@@ -515,6 +515,19 @@ - } - } - -+ /* In case getopt32 was already called: -+ * reset the libc getopt() function, which keeps internal state. -+ * run_nofork_applet_prime() does this, but we might end up here -+ * also via gunzip_main() -> gzip_main(). Play safe. -+ */ -+#ifdef __GLIBC__ -+ optind = 0; -+#else /* BSD style */ -+ optind = 1; -+ /* optreset = 1; */ -+#endif -+ /* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */ -+ - pargv = NULL; - - /* Note: just "getopt() <= 0" will not work well for -- cgit v1.2.3