summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-22 21:22:40 +0000
committerRoland McGrath <roland@gnu.org>1996-05-22 21:22:40 +0000
commitf202bbb2130b17a8408c7154854da76258ab313b (patch)
tree18d857eccb0fd2428e8ab54209aad03294fc328d
parent395565f0c8830f1c53ee15391914d67fcf1489a0 (diff)
Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* posix/glob.c [VMS]: Don't include <pwd.h>.
-rw-r--r--posix/glob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/glob.c b/posix/glob.c
index 7dfd7f5347..56d58ee096 100644
--- a/posix/glob.c
+++ b/posix/glob.c
@@ -65,7 +65,7 @@ Cambridge, MA 02139, USA. */
#endif
#endif
-#ifndef _AMIGA
+#if !defined (_AMIGA) && !defined (VMS)
#include <pwd.h>
#endif