aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn2002-07-21 12:02:15 +0000
committerKen Raeburn2002-07-21 12:02:15 +0000
commit905fe32703e3124afca2a2a42e41291d3ba6cad0 (patch)
tree65a4471a567b20140ff97766212bf7c48ca76b5b /src
parent56592bebfd622ba0a09d23d07c6785af23c03bce (diff)
downloademacs-905fe32703e3124afca2a2a42e41291d3ba6cad0.tar.gz
emacs-905fe32703e3124afca2a2a42e41291d3ba6cad0.zip
remove outdated comment
Diffstat (limited to 'src')
-rw-r--r--src/dired.c1
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. */