execve_args now goes in auto-generated syscallargs.h file.
authorChris G. Demetriou <cgd@ucbvax.Berkeley.EDU>
Sun, 19 Feb 1995 23:48:27 +0000 (15:48 -0800)
committerChris G. Demetriou <cgd@ucbvax.Berkeley.EDU>
Sun, 19 Feb 1995 23:48:27 +0000 (15:48 -0800)
SCCS-vsn: sys/sys/exec.h 8.4

usr/src/sys/sys/exec.h

index 393e853..fdd57d8 100644 (file)
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)exec.h      8.3 (Berkeley) %G%
+ *     @(#)exec.h      8.4 (Berkeley) %G%
  */
 
 #include <machine/exec.h>
  */
 
 #include <machine/exec.h>
@@ -34,12 +34,3 @@ struct ps_strings {
  */
 #define        PS_STRINGS \
        ((struct ps_strings *)(USRSTACK - sizeof(struct ps_strings)))
  */
 #define        PS_STRINGS \
        ((struct ps_strings *)(USRSTACK - sizeof(struct ps_strings)))
-
-/*
- * Arguments to the exec system call.
- */
-struct execve_args {
-       char    *fname;
-       char    **argp;
-       char    **envp;
-};