X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fndir.h;h=9684594bfc9379c77cccce8d2a460b9cf823a593;hb=3aca7317dd930beecbddba646284279744087e69;hp=703e972c367e960f64b3ea806863f22092a2f325;hpb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;p=chise%2Fxemacs-chise.git- diff --git a/src/ndir.h b/src/ndir.h index 703e972..9684594 100644 --- a/src/ndir.h +++ b/src/ndir.h @@ -50,7 +50,7 @@ typedef struct char dd_buf[DIRBLKSIZ]; /* directory block */ } DIR; /* stream data from opendir() */ -DIR *opendir (CONST char *filename); +DIR *opendir (const char *filename); int closedir (DIR *dirp); struct direct *readdir (DIR *dirp); struct direct *readdirver (DIR *dirp);