Subject: Re: process argument in 1.5
To: None <flav@epita.fr>
From: Masao Uebayashi <uebayasi@soum.co.jp>
List: netbsd-users
Date: 02/06/2001 18:02:58
> in the 1.5 version when I try to change the process' argument
> it fails:
>
> void main(ac,av)
> int ac;
> char **av;
> {
> av[1] = "my_arg";
> av[0] = 0;
> }
>
> like it in instance.
>
> anyone have an idea ??
No idea. It works on NetBSD 1.4X and Solaris 8.
Just curiousity, but why do you want to do that?
Masao
---
Masao Uebayashi <uebayasi@soum.co.jp>