X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Funexec.c;h=ae2f945d917e7da9bd525397ffd6d927f4ebdc0e;hp=28ed2b4e7249dabf8a7baa652bed559f93bc5fdd;hb=3e447015251ce6dcde843cbed10d9033d5538622;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89 diff --git a/src/unexec.c b/src/unexec.c index 28ed2b4..ae2f945 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -382,7 +382,7 @@ report_error (const char *file, int fd) static void report_error_1 (fd, msg, a1, a2) int fd; - CONST char *msg; + const char *msg; int a1, a2; { close (fd);