projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
395565f
)
Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
author
Roland McGrath
<roland@gnu.org>
Wed, 22 May 1996 21:22:40 +0000
(21:22 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 22 May 1996 21:22:40 +0000
(21:22 +0000)
* posix/glob.c [VMS]: Don't include <pwd.h>.
posix/glob.c
patch
|
blob
|
history
diff --git
a/posix/glob.c
b/posix/glob.c
index
7dfd7f5
..
56d58ee
100644
(file)
--- a/
posix/glob.c
+++ b/
posix/glob.c
@@
-65,7
+65,7
@@
Cambridge, MA 02139, USA. */
#endif
#endif
#endif
#endif
-#if
ndef _AMIGA
+#if
!defined (_AMIGA) && !defined (VMS)
#include <pwd.h>
#endif
#include <pwd.h>
#endif