diff options
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dired.c b/src/dired.c index c7f4774b991..c2090aeda0c 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -93,7 +93,7 @@ extern struct direct *readdir (); | |||
| 93 | extern struct re_pattern_buffer *compile_pattern (); | 93 | extern struct re_pattern_buffer *compile_pattern (); |
| 94 | 94 | ||
| 95 | /* From filemode.c. Can't go in Lisp.h because of `stat'. */ | 95 | /* From filemode.c. Can't go in Lisp.h because of `stat'. */ |
| 96 | extern void filemodestring P_ ((struct stat *, char *)); | 96 | extern void filemodestring (struct stat *, char *); |
| 97 | 97 | ||
| 98 | /* if system does not have symbolic links, it does not have lstat. | 98 | /* if system does not have symbolic links, it does not have lstat. |
| 99 | In that case, use ordinary stat instead. */ | 99 | In that case, use ordinary stat instead. */ |
| @@ -115,7 +115,7 @@ Lisp_Object Qfile_name_all_completions; | |||
| 115 | Lisp_Object Qfile_attributes; | 115 | Lisp_Object Qfile_attributes; |
| 116 | Lisp_Object Qfile_attributes_lessp; | 116 | Lisp_Object Qfile_attributes_lessp; |
| 117 | 117 | ||
| 118 | static int scmp P_ ((unsigned char *, unsigned char *, int)); | 118 | static int scmp (unsigned char *, unsigned char *, int); |
| 119 | 119 | ||
| 120 | #ifdef WINDOWSNT | 120 | #ifdef WINDOWSNT |
| 121 | Lisp_Object | 121 | Lisp_Object |