From Albert Chin: <stdlib.h> on HP-UX 11.00 (and possibly 10.20 and
authorGuy Harris <guy@alum.mit.edu>
Mon, 10 Nov 2003 22:31:06 +0000 (22:31 -0000)
committerGuy Harris <guy@alum.mit.edu>
Mon, 10 Nov 2003 22:31:06 +0000 (22:31 -0000)
commit5eb8b8a2a00e3b136614c664e5d44b9c92caf41b
tree9ad679d96e3a80d00cbbe537dc9df91371b9ddad
parentd2987f0b6f775398a6985e00b0ff160331340dff
From Albert Chin: <stdlib.h> on HP-UX 11.00 (and possibly 10.20 and
perhaps some versions of Digital/Tru64 UNIX) drags in <wait.h>, which
drags in <sys/procset.h>, which defines P_SID in ways that cause this
not to compile.  Use P_MY_SID instead.

svn path=/trunk/; revision=8931
packet-ansi_a.c