fname --> path

This commit is contained in:
mycroft 1994-05-27 08:44:12 +00:00
parent b767d85d4e
commit d1f36d3007
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
revision 1.52 intentionally removed revision 1.53 intentionally removed

View File

@ -38,7 +38,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)exec.h 8.3 (Berkeley) 1/21/94 * from: @(#)exec.h 8.3 (Berkeley) 1/21/94
* $Id: exec.h,v 1.37 1994/05/21 07:47:40 cgd Exp $ * $Id: exec.h,v 1.38 1994/05/27 08:44:12 mycroft Exp $
*/ */
/* /*
@ -125,7 +125,7 @@ struct ps_strings {
* Arguments to the exec system call. * Arguments to the exec system call.
*/ */
struct execve_args { struct execve_args {
char *fname; char *path;
char **argp; char **argp;
char **envp; char **envp;
}; };