Преглед изворни кода

- variables made extern
- removed accidental comment

Jan Janak пре 20 година
родитељ
комит
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 */