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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/filelock.c
Date: Wed, 06 Feb 2002 10:44:28 -0500

Index: emacs/src/filelock.c
diff -c emacs/src/filelock.c:1.95 emacs/src/filelock.c:1.96
*** emacs/src/filelock.c:1.95   Tue Nov 13 19:09:06 2001
--- emacs/src/filelock.c        Wed Feb  6 10:44:28 2002
***************
*** 67,72 ****
--- 67,76 ----
  
  #include <utmp.h>
  
+ #if !defined (S_ISLNK) && defined (S_IFLNK)
+ #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
+ #endif
+ 
  /* A file whose last-modified time is just after the most recent boot.
     Define this to be NULL to disable checking for this file.  */
  #ifndef BOOT_TIME_FILE



reply via email to

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