Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>

* posix/glob.c [VMS]: Don't include <pwd.h>.
This commit is contained in:
Roland McGrath 1996-05-22 21:22:40 +00:00
parent 395565f0c8
commit f202bbb213

View file

@ -65,7 +65,7 @@ Cambridge, MA 02139, USA. */
#endif
#endif
#ifndef _AMIGA
#if !defined (_AMIGA) && !defined (VMS)
#include <pwd.h>
#endif