Ignore:
Timestamp:
Oct 20, 2017, 7:08:20 PM (8 years ago)
Author:
bird
Message:

More gnu hurd hacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/rm.c

    r3102 r3109  
    4646#if !defined(_MSC_VER) && !defined(__HAIKU__)
    4747# include <sys/param.h>
    48 # include <sys/mount.h>
     48# ifndef __gnu_hurd__
     49#  include <sys/mount.h>
     50# endif
    4951#endif
    5052
     
    681683                        return (1);
    682684                bsd_strmode(sp->st_mode, modep);
    683 #if defined(SF_APPEND) && K_OS != K_OS_GNU_KFBSD
     685#if defined(SF_APPEND) && K_OS != K_OS_GNU_KFBSD && K_OS != K_OS_GNU_HURD
    684686                if ((flagsp = fflagstostr(sp->st_flags)) == NULL)
    685687                        exit(err(1, "fflagstostr"));
Note: See TracChangeset for help on using the changeset viewer.