Subversion Repositories wimsdev

Rev

Rev 8185 | Rev 8849 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8185 Rev 8195
Line 18... Line 18...
18
/* WIMS log daemon, socket routines */
18
/* WIMS log daemon, socket routines */
19
#include "wimslogd.h"
19
#include "wimslogd.h"
20
 
20
 
21
void errorquit(char *p)
21
void errorquit(char *p)
22
{
22
{
23
    error(p); exit(1);
23
    wimslogd_error(p); exit(1);
24
}
24
}
25
 
25
 
26
void opensock(void)
26
void opensock(void)
27
{
27
{
28
    struct stat st;
28
    struct stat st;