projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdcc7d
)
XEmacs 21.2.29 "Hestia".
author
tomo
<tomo>
Tue, 2 May 2000 12:33:22 +0000
(12:33 +0000)
committer
tomo
<tomo>
Tue, 2 May 2000 12:33:22 +0000
(12:33 +0000)
nt/inc/sys/dir.h
patch
|
blob
|
history
diff --git
a/nt/inc/sys/dir.h
b/nt/inc/sys/dir.h
index
df729d2
..
ee5fc04
100644
(file)
--- a/
nt/inc/sys/dir.h
+++ b/
nt/inc/sys/dir.h
@@
-65,7
+65,7
@@
typedef struct
char dd_buf[DIRBLKSIZ]; /* directory block */
} DIR; /* stream data from opendir() */
-DIR *opendir (CONST char *filename);
+DIR *opendir (const char *filename);
void closedir (DIR *dirp);
struct direct *readdir (DIR *dirp);
struct direct *readdirver (DIR *dirp);