2
0
Эх сурвалжийг харах

- variables made extern
- removed accidental comment

Jan Janak 20 жил өмнө
parent
commit
35bbe4d042
1 өөрчлөгдсөн 3 нэмэгдсэн , 4 устгасан
  1. 3 4
      globals.h

+ 3 - 4
globals.h

@@ -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 */