Absolutely no way for your change.

It is correct.

> I'm just wondering if true.c does really need int argc and char *argv[] 
> rather than void (src/usr.bin/true/true.c), if not:
> 
> Index: true.c
> ===================================================================
> RCS file: /cvs/src/usr.bin/true/true.c,v
> retrieving revision 1.1
> diff -r1.1 true.c
> 6c6
> < main(int argc, char *argv[])
> ---
> > main(void)
> 

Reply via email to