projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50720fb
)
libitize
author
Jim Meyering
<jim@meyering.net>
Mon, 4 Nov 1996 17:59:28 +0000
(17:59 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 4 Nov 1996 17:59:28 +0000
(17:59 +0000)
lib/makepath.c
patch
|
blob
|
history
diff --git
a/lib/makepath.c
b/lib/makepath.c
index 87d7eb1369255ab84eada923dcbe59c6a2b0ffe1..028e172af1253811b8050f1e31db5d3eb8a075b1 100644
(file)
--- a/
lib/makepath.c
+++ b/
lib/makepath.c
@@
-44,7
+44,7
@@
char *alloca ();
#if STAT_MACROS_BROKEN
# undef S_ISDIR
-#endif
/* STAT_MACROS_BROKEN. */
+#endif
#if !defined(S_ISDIR) && defined(S_IFDIR)
# define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)