ossp-pkg/l2/l2_ch_buffer.c 1.39 -> 1.40
--- l2_ch_buffer.c 2005/01/24 15:03:17 1.39
+++ l2_ch_buffer.c 2005/02/03 09:41:38 1.40
@@ -189,7 +189,7 @@
/* initialize auto vars before using them */
memset(&locact, 0, sizeof(locact));
- locact.sa_handler = (void(*)())catchsignal;
+ locact.sa_handler = (void(*)(int))catchsignal;
sigemptyset(&locact.sa_mask);
locact.sa_flags = 0;
|
|