diff src/fileio.c @ 90147:e1fbb019c538

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 258-271) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 66) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 21 Apr 2005 05:59:53 +0000
parents 4da4a09e8b1b 8a54ce1fae6a
children 08185296b491
line wrap: on
line diff
--- a/src/fileio.c	Thu Apr 21 05:57:27 2005 +0000
+++ b/src/fileio.c	Thu Apr 21 05:59:53 2005 +0000
@@ -45,9 +45,7 @@
 #  define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
 #endif
 
-#ifdef VMS
-#include "vms-pwd.h"
-#else
+#ifdef HAVE_PWD_H
 #include <pwd.h>
 #endif