Fix up warning about const being lost.

This commit is contained in:
Paul Traina 1995-08-23 04:54:49 +00:00
parent 250ea66842
commit d9edc66fba

View File

@ -198,7 +198,7 @@ void die __P((int));
void domark __P((int));
void fprintlog __P((struct filed *, int, char *));
void init __P((int));
void logerror __P((char *));
void logerror __P((const char *));
void logmsg __P((int, char *, char *, int));
void printline __P((char *, char *));
void printsys __P((char *));
@ -844,7 +844,7 @@ domark(signo)
*/
void
logerror(type)
char *type;
const char *type;
{
char buf[100];