source: patches/util-linux-2.12a-cross-lfs-fixes.patch @ 617118d

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

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 1.1 KB
  • fdisk/fdiskbsdlabel.h

    diff -aur util-linux-2.12a-orig util-linux-2.12a
    old new  
    4343
    4444#define BSD_LINUX_BOOTDIR "/usr/ucb/mdec"
    4545
    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__)
    4747#define BSD_LABELSECTOR   1
    4848#define BSD_LABELOFFSET   0
    4949#elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)
  • mount/swapon.c

    old new  
    2121#include <mntent.h>
    2222#include <errno.h>
    2323#include <sys/stat.h>
     24#include <unistd.h>
    2425#include "swap_constants.h"
    2526#include "swapargs.h"
    2627#include "nls.h"
Note: See TracBrowser for help on using the repository browser.