[project @ 2004-09-30 08:54:00 by simonmar]
authorsimonmar <unknown>
Thu, 30 Sep 2004 08:54:00 +0000 (08:54 +0000)
committersimonmar <unknown>
Thu, 30 Sep 2004 08:54:00 +0000 (08:54 +0000)
Update the signature of execvpe() to match the one in HsBase.

cbits/execvpe.c

index aac5d55..6de234e 100644 (file)
@@ -54,7 +54,7 @@
  */
 
 int
-execvpe(char *name, char **argv, char **envp)
+execvpe(char *name, char *const argv[], char **envp)
 {
     register int lp, ln;
     register char *p;
@@ -172,4 +172,4 @@ void pPrPr_disableITimers (void)
 #  endif
 }
 
-#endif
\ No newline at end of file
+#endif