source:
scripts/patches/util-linux-2.12n-cross-lfs-fixes.patch@
f35399d3
Last change on this file since f35399d3 was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
File size: 758 bytes |
-
fdisk/fdiskbsdlabel.h
diff -aur util-linux-2.12a-orig util-linux-2.12a
old new 43 43 44 44 #define BSD_LINUX_BOOTDIR "/usr/ucb/mdec" 45 45 46 #if defined (i386) || defined (__sparc__) || defined (__arm__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__) 46 #if defined (i386) || defined (__sparc__) || defined (__arm__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__) || defined (__mc68000__) 47 47 #define BSD_LABELSECTOR 1 48 48 #define BSD_LABELOFFSET 0 49 49 #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)
Note:
See TracBrowser
for help on using the repository browser.