K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-09-05T09:11:20.000000Z K 7 svn:log V 494 The changes mentioned below were accidently committed as part of my previous commit, so the commit message is incorrect for them. The actual changes were: elfcore.c 1.11: Use a uintmax_t 'cos we con't know if php->p_filesz will be a Elf32_Size or an Elf64_Size and we don't know how these relate to size_t. Change some ints to size_t and ssize_ts. gcore.c 1.28: Include for ntohl, which is used in N_BADMAG. Use a uid_t for a uid. md-nop.c 1.6: Mark some parameters as unused. END