diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-07 08:53:44 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-07 08:53:44 +0000 |
| commit | 4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch) | |
| tree | d25f628a9aba608f64fe75989d2287c6480e8b0b /sys/kern/init_main.c | |
| parent | fbff0da4c8b49e614414ea85874ca2eace160515 (diff) | |
Notes
Diffstat (limited to 'sys/kern/init_main.c')
| -rw-r--r-- | sys/kern/init_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 3c2ae5be55e6..9ca823cea914 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)init_main.c 8.9 (Berkeley) 1/21/94 - * $Id: init_main.c,v 1.72 1997/09/21 22:00:03 gibbs Exp $ + * $Id: init_main.c,v 1.73 1997/11/06 19:29:07 phk Exp $ */ #include "opt_devfs.h" @@ -588,7 +588,7 @@ start_init(p) { vm_offset_t addr; struct execve_args args; - int options, i, retval[2], error; + int options, i, error; char **pathp, *path, *ucp, **uap, *arg0, *arg1; initproc = p; |
