Subject: process argument in 1.5
To: None <netbsd-users@netbsd.org>
From: flav <flav@epita.fr>
List: netbsd-users
Date: 02/06/2001 08:38:57
Hello,

	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 ??

thanks.

-- 
flav