Changeset 3062 for trunk/src/kmk/kmkbuiltin
- Timestamp:
- Sep 30, 2017, 1:26:21 PM (8 years ago)
- Location:
- trunk/src/kmk/kmkbuiltin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/install.c
r2678 r3062 73 73 #ifndef __HAIKU__ 74 74 # include <sysexits.h> 75 #endif 76 #ifdef __NetBSD__ 77 # include <util.h> 78 # define strtofflags(a, b, c) string_to_flags(a, b, c) 75 79 #endif 76 80 #include <unistd.h> -
trunk/src/kmk/kmkbuiltin/rm.c
r2995 r3062 66 66 #ifdef __HAIKU__ 67 67 # include "haikufakes.h" 68 #endif 69 #ifdef __NetBSD__ 70 # include <util.h> 71 # define fflagstostr(flags) flags_to_string(flags, "") 68 72 #endif 69 73 #ifdef KBUILD_OS_WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.