source:
scripts/patches/util-linux-2.12q-sfdisk_use_lseek_for_mips64-1.patch@
76a1d35
Last change on this file since 76a1d35 was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
File size: 582 bytes |
-
fdisk/sfdisk.c
diff -uNr util-linux-2.12q-orig/fdisk/sfdisk.c util-linux-2.12q/fdisk/sfdisk.c
old new 172 172 * Note: we use 512-byte sectors here, irrespective of the hardware ss. 173 173 */ 174 174 #undef use_lseek 175 #if defined (__alpha__) || defined (__ia64__) || defined (__x86_64__) || defined (__s390x__) 175 #if defined (__alpha__) || defined (__ia64__) || defined (__x86_64__) || defined (__s390x__) || defined(__mips64) 176 176 #define use_lseek 177 177 #endif 178 178
Note:
See TracBrowser
for help on using the repository browser.