OSSP CVS Repository

ossp - Difference in ossp-pkg/pth/pth_high.c versions 1.106 and 1.107
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

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);

CVSTrac 2.0.1