103
103
(void)close(file); /* We can ignore the error, since we are going to error anyway at this point */
105
snprintf(buff, 1024, "Can't start server: can't create PID file (%s)", pidfile_name);
106
snprintf(buff, sizeof(buff)-1, "Can't start server: can't create PID file (%s)", pidfile_name);