Module Name: src Committed By: cgd Date: Fri Apr 30 23:02:06 UTC 1999 Modified Files: src/sys/arch/mips/mips: elf.c src/sys/compat/osf1: osf1_exec.c src/sys/kern: exec_elf32.c Log Message: ep_arglen is in units of 'sizeof (char *)', not in units of bytes. use howmany(value, sizeof (char *)) to get the right value.