From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/busybox/patches/patch-util-linux_fdisk_osf_c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/busybox/patches/patch-util-linux_fdisk_osf_c (limited to 'package/busybox/patches/patch-util-linux_fdisk_osf_c') diff --git a/package/busybox/patches/patch-util-linux_fdisk_osf_c b/package/busybox/patches/patch-util-linux_fdisk_osf_c new file mode 100644 index 000000000..75c8a858a --- /dev/null +++ b/package/busybox/patches/patch-util-linux_fdisk_osf_c @@ -0,0 +1,12 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- busybox-1.13.4.orig/util-linux/fdisk_osf.c 2008-11-09 18:28:22.000000000 +0100 ++++ busybox-1.13.4/util-linux/fdisk_osf.c 2009-05-12 16:39:12.000000000 +0200 +@@ -45,7 +45,7 @@ + + #if defined(i386) || defined(__sparc__) || defined(__arm__) \ + || defined(__m68k__) || defined(__mips__) || defined(__s390__) \ +- || defined(__sh__) || defined(__x86_64__) ++ || defined(__sh__) || defined(__x86_64__) || defined(__cris__) + #define BSD_LABELSECTOR 1 + #define BSD_LABELOFFSET 0 + #elif defined(__alpha__) || defined(__powerpc__) || defined(__ia64__) \ -- cgit v1.2.3