diff options
| -rw-r--r-- | src/dired.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index 3c49ac54b4c..692d193c5ae 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -953,7 +953,6 @@ If file does not exist, returns nil. */) | |||
| 953 | #else /* file gid will be egid */ | 953 | #else /* file gid will be egid */ |
| 954 | values[9] = (s.st_gid != getegid ()) ? Qt : Qnil; | 954 | values[9] = (s.st_gid != getegid ()) ? Qt : Qnil; |
| 955 | #endif /* BSD4_2 (or BSD4_3) */ | 955 | #endif /* BSD4_2 (or BSD4_3) */ |
| 956 | /* Cast -1 to avoid warning if int is not as wide as VALBITS. */ | ||
| 957 | if (FIXNUM_OVERFLOW_P (s.st_ino)) | 956 | if (FIXNUM_OVERFLOW_P (s.st_ino)) |
| 958 | /* To allow inode numbers larger than VALBITS, separate the bottom | 957 | /* To allow inode numbers larger than VALBITS, separate the bottom |
| 959 | 16 bits. */ | 958 | 16 bits. */ |