Ignore:
Timestamp:
Oct 20, 2017, 3:00:38 PM (8 years ago)
Author:
bird
Message:

rm.c,install.c: GNU/kFreeBSD build fixes (no fflags conversion functions).

File:
1 edited

Legend:

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

    r3062 r3101  
    9393#endif
    9494#include "kmkbuiltin.h"
     95#include "k/kDefs.h"    /* for K_OS */
    9596
    9697
     
    214215                        break;
    215216                case 'f':
    216 #ifdef UF_IMMUTABLE
     217#if defined(UF_IMMUTABLE) && K_OS != K_OS_GNU_KFBSD
    217218                        flags = optarg;
    218219                        if (strtofflags(&flags, &fset, NULL))
Note: See TracChangeset for help on using the changeset viewer.