Make exect()'s prototype more like the (correct) one for execv().
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sat, 23 Feb 1991 07:19:22 +0000 (23:19 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sat, 23 Feb 1991 07:19:22 +0000 (23:19 -0800)
SCCS-vsn: include/unistd.h 5.3

usr/src/include/unistd.h

index e346eba..1917d5e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)unistd.h    5.2 (Berkeley) %G%
+ *     @(#)unistd.h    5.3 (Berkeley) %G%
  */
 
 #include <sys/cdefs.h>
  */
 
 #include <sys/cdefs.h>
@@ -95,7 +95,7 @@ int    chroot __P((const char *));
 char   *crypt __P((const char *, const char *));
 void    encrypt __P((char *, int));
 void    endusershell __P((void));
 char   *crypt __P((const char *, const char *));
 void    encrypt __P((char *, int));
 void    endusershell __P((void));
-int     exect __P((const char *, const char * const *, const char * const *));
+int     exect __P((const char *, char * const *, char * const *));
 int     fchdir __P((int));
 int     fchflags __P((int, long));
 int     fchmod __P((int, mode_t));
 int     fchdir __P((int));
 int     fchflags __P((int, long));
 int     fchmod __P((int, mode_t));