소스 검색

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