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

Diff of /emacs/src/filelock.c

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

revision 1.95 by rms, Wed Nov 14 00:09:06 2001 UTC revision 1.96 by rms, Wed Feb 6 15:44:28 2002 UTC
# Line 67  Lisp_Object Vtemporary_file_directory; Line 67  Lisp_Object Vtemporary_file_directory;
67    
68  #include <utmp.h>  #include <utmp.h>
69    
70    #if !defined (S_ISLNK) && defined (S_IFLNK)
71    #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
72    #endif
73    
74  /* A file whose last-modified time is just after the most recent boot.  /* A file whose last-modified time is just after the most recent boot.
75     Define this to be NULL to disable checking for this file.  */     Define this to be NULL to disable checking for this file.  */
76  #ifndef BOOT_TIME_FILE  #ifndef BOOT_TIME_FILE

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

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