source: scripts/patches/util-linux-2.12q-sfdisk_use_lseek_for_mips64-1.patch @ c0cf39e

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since c0cf39e was 7f65c0e, checked in by Jim Gifford <clfs@…>, 18 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100644
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  
    172172 * Note: we use 512-byte sectors here, irrespective of the hardware ss.
    173173 */
    174174#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)
    176176#define use_lseek
    177177#endif
    178178
Note: See TracBrowser for help on using the repository browser.