X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Funexhp9k3.c;h=4240ff1fbca97dd2376645ca3f008949673dfe7a;hb=c84990d1037000e9487a437491a853975b356e5a;hp=9bca2a9294774b5b4cef1de3dfba534f82394208;hpb=b5eeb6918c29470b36f8461c402eb0c65cb19bd2;p=chise%2Fxemacs-chise.git.1 diff --git a/src/unexhp9k3.c b/src/unexhp9k3.c index 9bca2a9..4240ff1 100644 --- a/src/unexhp9k3.c +++ b/src/unexhp9k3.c @@ -72,7 +72,7 @@ extern char *strerror (int); /********************** Function Prototypes/Declarations ***********/ -static void unexec_error (CONST char *fmt, int use_errno, ...); +static void unexec_error (const char *fmt, int use_errno, ...); static int unexec_open (char *filename, int flag, int mode); static long unexec_seek (int fd, long position); static void unexec_read (int fd, long position, char *buf, int bytes); @@ -96,9 +96,9 @@ static unsigned long sbrk_of_0_at_unexec; /*******************************************************************/ static void -unexec_error (CONST char *fmt, int use_errno, ...) +unexec_error (const char *fmt, int use_errno, ...) { - CONST char *err_msg = SYS_ERR; + const char *err_msg = SYS_ERR; va_list args; fprintf (stderr, "unexec - ");