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,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/filelock.c,v
Date: Sun, 24 Feb 2008 18:53:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/02/24 18:53:07

Index: src/filelock.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/filelock.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- src/filelock.c      1 Feb 2008 16:00:40 -0000       1.108
+++ src/filelock.c      24 Feb 2008 18:53:02 -0000      1.109
@@ -130,7 +130,7 @@
 static time_t
 get_boot_time ()
 {
-#if defined (BOOT_TIME) && ! defined (NO_WTMP_FILE)
+#if defined (BOOT_TIME)
   int counter;
 #endif
 
@@ -166,7 +166,7 @@
        }
     }
 
-#if defined (BOOT_TIME) && ! defined (NO_WTMP_FILE)
+#if defined (BOOT_TIME)
 #ifndef CANNOT_DUMP
   /* The utmp routines maintain static state.
      Don't touch that state unless we are initialized,




reply via email to

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