emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dired.c


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/src/dired.c
Date: Wed, 20 Apr 2005 11:07:08 -0400

Index: emacs/src/dired.c
diff -c emacs/src/dired.c:1.113 emacs/src/dired.c:1.114
*** emacs/src/dired.c:1.113     Thu Mar 24 22:06:36 2005
--- emacs/src/dired.c   Wed Apr 20 15:07:01 2005
***************
*** 26,35 ****
  #include <sys/types.h>
  #include <sys/stat.h>
  
! #ifdef VMS
! #include "vms-pwd.h"
! #else
  #include <pwd.h>
  #include <grp.h>
  #endif
  
--- 26,35 ----
  #include <sys/types.h>
  #include <sys/stat.h>
  
! #ifdef HAVE_PWD_H
  #include <pwd.h>
+ #endif
+ #ifndef VMS
  #include <grp.h>
  #endif
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]