|
@@ -51,10 +51,9 @@ extern unsigned short port_no;
|
|
|
|
|
|
extern int uid;
|
|
|
extern int gid;
|
|
|
-char* pid_file;
|
|
|
-char* pgid_file;
|
|
|
-extern int own_pgid; /* whether or not we have our own pgid (and it's ok
|
|
|
->--->--->--->--->--->--->--->--->--->--->--- to use kill(0, sig) */
|
|
|
+extern char* pid_file;
|
|
|
+extern char* pgid_file;
|
|
|
+extern int own_pgid; /* whether or not we have our own pgid (and it's ok to use kill(0, sig) */
|
|
|
|
|
|
extern struct socket_info* bind_address; /* pointer to the crt. proc.
|
|
|
listening address */
|