logfile name is const
This commit is contained in:
parent
23da55a9f1
commit
ad30341fa2
@ -66,7 +66,7 @@ int ourerrno(void)
|
||||
}
|
||||
|
||||
/* someone else must set this properly */
|
||||
extern char *serverlogfile;
|
||||
extern const char *serverlogfile;
|
||||
|
||||
void logmsg(const char *msg, ...)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user