projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a983b8
)
Formerly make.h.~75~
author
Roland McGrath
<roland@redhat.com>
Fri, 23 Jul 1993 20:04:37 +0000
(20:04 +0000)
committer
Roland McGrath
<roland@redhat.com>
Fri, 23 Jul 1993 20:04:37 +0000
(20:04 +0000)
make.h
patch
|
blob
|
history
diff --git
a/make.h
b/make.h
index
dd79070
..
139054f
100644
(file)
--- a/
make.h
+++ b/
make.h
@@
-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)