/[emacs]/emacs/src/dired.c
ViewVC logotype

Diff of /emacs/src/dired.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.113 by monnier, Thu Mar 24 22:06:36 2005 UTC revision 1.114 by ttn, Wed Apr 20 15:07:01 2005 UTC
# Line 26  Boston, MA 02111-1307, USA.  */ Line 26  Boston, MA 02111-1307, USA.  */
26  #include <sys/types.h>  #include <sys/types.h>
27  #include <sys/stat.h>  #include <sys/stat.h>
28    
29  #ifdef VMS  #ifdef HAVE_PWD_H
 #include "vms-pwd.h"  
 #else  
30  #include <pwd.h>  #include <pwd.h>
31    #endif
32    #ifndef VMS
33  #include <grp.h>  #include <grp.h>
34  #endif  #endif
35    

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26