emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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
  




reply via email to

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