diff options
author | Roland McGrath <roland@redhat.com> | 1993-07-23 20:04:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-07-23 20:04:37 +0000 |
commit | 8153755c1710f5a500f1d90a6721c212a920b062 (patch) | |
tree | 28c87c8ae9c1a8b0e5c42cfe2547402f692ae015 /make.h | |
parent | 2a983b8ead652f88e52f84bb94ed0964436a3af0 (diff) | |
download | gunmake-8153755c1710f5a500f1d90a6721c212a920b062.tar.gz |
Formerly make.h.~75~
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -122,14 +122,14 @@ extern unsigned int get_path_max (); #define PATH_VAR(var) char *var = (char *) alloca (GET_PATH_MAX) #endif -#ifdef uts +#ifdef STAT_MACROS_BROKEN #ifdef S_ISREG #undef S_ISREG #endif #ifdef S_ISDIR #undef S_ISDIR #endif -#endif /* uts. */ +#endif /* STAT_MACROS_BROKEN. */ #ifndef S_ISREG #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) |