XEmacs 21.2.29 "Hestia".
authortomo <tomo>
Tue, 2 May 2000 12:33:22 +0000 (12:33 +0000)
committertomo <tomo>
Tue, 2 May 2000 12:33:22 +0000 (12:33 +0000)
nt/inc/sys/dir.h

index df729d2..ee5fc04 100644 (file)
@@ -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);