Index: emacs/src/editfns.c diff -c emacs/src/editfns.c:1.390 emacs/src/editfns.c:1.391 *** emacs/src/editfns.c:1.390 Sun Mar 27 14:23:09 2005 --- emacs/src/editfns.c Wed Apr 20 15:07:01 2005 *************** *** 24,32 **** #include <sys/types.h> #include <stdio.h> ! #ifdef VMS ! #include "vms-pwd.h" ! #else #include <pwd.h> #endif --- 24,30 ---- #include <sys/types.h> #include <stdio.h> ! #ifdef HAVE_PWD_H #include <pwd.h> #endif
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
