emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/dired.c
Date: Sun, 21 Jul 2002 08:02:15 -0400

Index: emacs/src/dired.c
diff -c emacs/src/dired.c:1.98 emacs/src/dired.c:1.99
*** emacs/src/dired.c:1.98      Tue Jul 16 11:49:12 2002
--- emacs/src/dired.c   Sun Jul 21 08:02:15 2002
***************
*** 953,959 ****
  #else                                 /* file gid will be egid */
    values[9] = (s.st_gid != getegid ()) ? Qt : Qnil;
  #endif        /* BSD4_2 (or BSD4_3) */
-   /* Cast -1 to avoid warning if int is not as wide as VALBITS.  */
    if (FIXNUM_OVERFLOW_P (s.st_ino))
      /* To allow inode numbers larger than VALBITS, separate the bottom
         16 bits.  */
--- 953,958 ----



reply via email to

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