# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1144829048 0 # Node ID fd42e9250d3e8532f27b042730bcdb3875ab6250 # Parent ec313ab264a41e65b040f23bececc49126d1eb95 (pid_t): Define to int. diff -r ec313ab264a4 -r fd42e9250d3e mac/inc/config.h --- a/mac/inc/config.h Wed Apr 12 07:26:42 2006 +0000 +++ b/mac/inc/config.h Wed Apr 12 08:04:08 2006 +0000 @@ -906,7 +906,7 @@ /* #undef mbstate_t */ /* Define to `int' if does not define. */ -/* #undef pid_t */ +#define pid_t int /* Define to any substitute for sys_siglist. */ /* #undef sys_siglist */