emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/filelock.c
diff -c emacs/src/filelock.c:1.100 emacs/src/filelock.c:1.101
*** emacs/src/filelock.c:1.100  Sat Nov 27 22:09:40 2004
--- emacs/src/filelock.c        Wed Apr 20 15:07:03 2005
***************
*** 26,36 ****
  #include <signal.h>
  #include <stdio.h>
  
! #ifdef VMS
! #include "vms-pwd.h"
! #else
  #include <pwd.h>
! #endif /* not VMS */
  
  #include <sys/file.h>
  #ifdef HAVE_FCNTL_H
--- 26,34 ----
  #include <signal.h>
  #include <stdio.h>
  
! #ifdef HAVE_PWD_H
  #include <pwd.h>
! #endif
  
  #include <sys/file.h>
  #ifdef HAVE_FCNTL_H




reply via email to

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