diff options
Diffstat (limited to 'package/busybox/patches/patch-util-linux_fdisk_osf_c')
-rw-r--r-- | package/busybox/patches/patch-util-linux_fdisk_osf_c | 12 |
1 files changed, 12 insertions, 0 deletions
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__) \ |