소스 검색

don't include <signal.h> when it's not used

* exec/coroparse.c: Likewise.
* exec/quorum.c: Likewise.
* exec/sync.c: Likewise.
* exec/totemmrp.c: Likewise.
* exec/totemnet.c: Likewise.
* exec/totemrrp.c: Likewise.
* exec/totemsrp.c: Likewise.
* exec/vsf_quorum.c: Likewise.
* exec/vsf_ykd.c: Likewise.
* lcr/uic.c: Likewise.
* lcr/uis.c: Likewise.
* lib/cfg.c: Likewise.
* services/cfg.c: Likewise.
* services/cpg.c: Likewise.
* services/evs.c: Likewise.
* services/pload.c: Likewise.
* services/testquorum.c: Likewise.
* services/votequorum.c: Likewise.
* test/testconfdb.c: Likewise.
* test/testcpg.c: Likewise.
* test/testcpgzc.c: Likewise.
* test/testzcgc.c: Likewise.
* tools/corosync-cfgtool.c: Likewise.
* tools/corosync-objctl.c: Likewise.
* tools/corosync-pload.c: Likewise.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2193 fd59a12c-fef9-0310-b244-a6a79926bd2f
Jim Meyering 17 년 전
부모
커밋
1f40a10983
25개의 변경된 파일0개의 추가작업 그리고 25개의 파일을 삭제
  1. 0 1
      exec/coroparse.c
  2. 0 1
      exec/quorum.c
  3. 0 1
      exec/sync.c
  4. 0 1
      exec/totemmrp.c
  5. 0 1
      exec/totemnet.c
  6. 0 1
      exec/totemrrp.c
  7. 0 1
      exec/totemsrp.c
  8. 0 1
      exec/vsf_quorum.c
  9. 0 1
      exec/vsf_ykd.c
  10. 0 1
      lcr/uic.c
  11. 0 1
      lcr/uis.c
  12. 0 1
      lib/cfg.c
  13. 0 1
      services/cfg.c
  14. 0 1
      services/cpg.c
  15. 0 1
      services/evs.c
  16. 0 1
      services/pload.c
  17. 0 1
      services/testquorum.c
  18. 0 1
      services/votequorum.c
  19. 0 1
      test/testconfdb.c
  20. 0 1
      test/testcpg.c
  21. 0 1
      test/testcpgzc.c
  22. 0 1
      test/testzcgc.c
  23. 0 1
      tools/corosync-cfgtool.c
  24. 0 1
      tools/corosync-objctl.c
  25. 0 1
      tools/corosync-pload.c

+ 0 - 1
exec/coroparse.c

@@ -45,7 +45,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <string.h>
 
 #include <corosync/lcr/lcr_comp.h>

+ 0 - 1
exec/quorum.c

@@ -45,7 +45,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <time.h>
 #include <unistd.h>
 #include <netinet/in.h>

+ 0 - 1
exec/sync.c

@@ -45,7 +45,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <time.h>
 #include <unistd.h>
 #include <netinet/in.h>

+ 0 - 1
exec/totemmrp.c

@@ -50,7 +50,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <sched.h>
 #include <time.h>
 #include <sys/time.h>

+ 0 - 1
exec/totemnet.c

@@ -52,7 +52,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <sched.h>
 #include <time.h>
 #include <sys/time.h>

+ 0 - 1
exec/totemrrp.c

@@ -52,7 +52,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <sched.h>
 #include <time.h>
 #include <sys/time.h>

+ 0 - 1
exec/totemsrp.c

@@ -65,7 +65,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <sched.h>
 #include <time.h>
 #include <sys/time.h>

+ 0 - 1
exec/vsf_quorum.c

@@ -51,7 +51,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <sched.h>
 #include <time.h>
 

+ 0 - 1
exec/vsf_ykd.c

@@ -53,7 +53,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <sched.h>
 #include <time.h>
 

+ 0 - 1
lcr/uic.c

@@ -44,7 +44,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <sched.h>
 #include <time.h>
 #include <pthread.h>

+ 0 - 1
lcr/uis.c

@@ -44,7 +44,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <sched.h>
 #include <time.h>
 #include <pthread.h>

+ 0 - 1
lib/cfg.c

@@ -40,7 +40,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
-#include <signal.h>
 #include <pthread.h>
 #include <limits.h>
 #include <sys/types.h>

+ 0 - 1
services/cfg.c

@@ -47,7 +47,6 @@
 #include <stdio.h>
 #include <limits.h>
 #include <errno.h>
-#include <signal.h>
 #include <string.h>
 
 #include <corosync/corotypes.h>

+ 0 - 1
services/cpg.c

@@ -49,7 +49,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <time.h>
 #include <unistd.h>
 #include <netinet/in.h>

+ 0 - 1
services/evs.c

@@ -46,7 +46,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <time.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>

+ 0 - 1
services/pload.c

@@ -46,7 +46,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <time.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>

+ 0 - 1
services/testquorum.c

@@ -51,7 +51,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <sched.h>
 #include <time.h>
 

+ 0 - 1
services/votequorum.c

@@ -50,7 +50,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <signal.h>
 #include <time.h>
 #include <unistd.h>
 #include <netinet/in.h>

+ 0 - 1
test/testconfdb.c

@@ -37,7 +37,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <signal.h>
 #include <unistd.h>
 #include <string.h>
 #include <sys/types.h>

+ 0 - 1
test/testcpg.c

@@ -37,7 +37,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <signal.h>
 #include <unistd.h>
 #include <string.h>
 #include <sys/types.h>

+ 0 - 1
test/testcpgzc.c

@@ -37,7 +37,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <signal.h>
 #include <unistd.h>
 #include <string.h>
 #include <sys/types.h>

+ 0 - 1
test/testzcgc.c

@@ -37,7 +37,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <signal.h>
 #include <unistd.h>
 #include <string.h>
 #include <sys/types.h>

+ 0 - 1
tools/corosync-cfgtool.c

@@ -37,7 +37,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <signal.h>
 #include <unistd.h>
 #include <string.h>
 #include <pthread.h>

+ 0 - 1
tools/corosync-objctl.c

@@ -38,7 +38,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <signal.h>
 #include <unistd.h>
 #include <string.h>
 #include <ctype.h>

+ 0 - 1
tools/corosync-pload.c

@@ -36,7 +36,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <signal.h>
 #include <unistd.h>
 #include <errno.h>
 #include <unistd.h>