comparison src/editfns.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 5b029ff3b08d
comparison
equal deleted inserted replaced
90146:a4445dd2a017 90147:e1fbb019c538
22 22
23 #include <config.h> 23 #include <config.h>
24 #include <sys/types.h> 24 #include <sys/types.h>
25 #include <stdio.h> 25 #include <stdio.h>
26 26
27 #ifdef VMS 27 #ifdef HAVE_PWD_H
28 #include "vms-pwd.h"
29 #else
30 #include <pwd.h> 28 #include <pwd.h>
31 #endif 29 #endif
32 30
33 #ifdef HAVE_UNISTD_H 31 #ifdef HAVE_UNISTD_H
34 #include <unistd.h> 32 #include <unistd.h>