akosut 96/03/28 00:02:42
Modified: src http_main.c
Log:
"just making things clearer"
Submitted by: sameer <[EMAIL PROTECTED]>
Revision Changes Path
1.12 +1 -1 apache/src/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C3 -r1.11 -r1.12
*** http_main.c 1996/03/28 07:59:31 1.11
--- http_main.c 1996/03/28 08:02:41 1.12
***************
*** 173,179 ****
if (lock_fd == -1)
{
perror ("open");
! fprintf (stderr, "Cannot open lock file\n");
exit (1);
}
unlink(lock_fname);
--- 173,179 ----
if (lock_fd == -1)
{
perror ("open");
! fprintf (stderr, "Cannot open lock file: %s\n", lock_fname);
exit (1);
}
unlink(lock_fname);