Ignore:
Timestamp:
Sep 3, 2008, 12:05:43 AM (17 years ago)
Author:
bird
Message:

kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).

File:
1 edited

Legend:

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

    r1710 r1711  
    5252#include <stdlib.h>
    5353#include <string.h>
    54 #ifndef _MSC_VER
     54#ifdef _MSC_VER
    5555# include <unistd.h>
    5656#else
    5757# include "mscfakes.h"
     58#endif
     59#ifdef __sun__
     60# include "solfakes.h"
    5861#endif
    5962#include "getopt.h"
Note: See TracChangeset for help on using the changeset viewer.