浏览代码

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