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

Diff of /emacs/src/dired.c

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

revision 1.98 by raeburn, Tue Jul 16 15:49:12 2002 UTC revision 1.99 by raeburn, Sun Jul 21 12:02:15 2002 UTC
# Line 953  If file does not exist, returns nil.  */ Line 953  If file does not exist, returns nil.  */
953  #else                                   /* file gid will be egid */  #else                                   /* file gid will be egid */
954    values[9] = (s.st_gid != getegid ()) ? Qt : Qnil;    values[9] = (s.st_gid != getegid ()) ? Qt : Qnil;
955  #endif  /* BSD4_2 (or BSD4_3) */  #endif  /* BSD4_2 (or BSD4_3) */
   /* Cast -1 to avoid warning if int is not as wide as VALBITS.  */  
956    if (FIXNUM_OVERFLOW_P (s.st_ino))    if (FIXNUM_OVERFLOW_P (s.st_ino))
957      /* To allow inode numbers larger than VALBITS, separate the bottom      /* To allow inode numbers larger than VALBITS, separate the bottom
958         16 bits.  */         16 bits.  */

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

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