ossp-pkg/pth/pth_high.c 1.106 -> 1.107
--- pth_high.c 2004/07/13 10:50:49 1.106
+++ pth_high.c 2004/09/12 11:52:33 1.107
@@ -252,7 +252,7 @@
pth_scheduler_kill();
/* execute the command through Bourne Shell */
- execl(PTH_PATH_BINSH, "sh", "-c", cmd, NULL);
+ execl(PTH_PATH_BINSH, "sh", "-c", cmd, (char *)NULL);
/* POSIX compliant return in case execution failed */
exit(127);
|
|