Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   cgd
Date:           Fri Apr 30 23:07:01 UTC 1999

Modified Files:
        src/sys/compat/freebsd: freebsd_exec.h
        src/sys/compat/ibcs2: ibcs2_exec.c
        src/sys/compat/linux/common: linux_exec_elf32.c
        src/sys/compat/svr4: svr4_exec.h
Log Message:
compute the value to be used for e_arglen via howmany(value, sizeof (char *)),
rather than just "value / sizeof (char *)".  While in these cases the latter
works as well, the former's a better example for other uses to copy (since
it handles the non-integral multiple case correctly).




Home | Main Index | Thread Index | Old Index