X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Funexsunos4.c;h=d7f825cfd852da091e4a9d7fc72da13c6e493a15;hb=562bb40b5c738a70d70f925ab3a2189975a365e1;hp=0edd44dff8b8ee31e87021f7384b57ec6a24bded;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/unexsunos4.c b/src/unexsunos4.c index 0edd44d..d7f825c 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c @@ -80,7 +80,7 @@ struct translation_struct /********************** Function Prototypes/Declarations ***********/ -static void unexec_error (CONST char *m, int use_errno, ...); +static void unexec_error (const char *m, int use_errno, ...); static int unexec_open (char *filename, int flag, int mode); static caddr_t unexec_mmap (int fd, size_t len, int prot, int flags); static long unexec_seek (int fd, long position); @@ -116,9 +116,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 - ");