diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-27 03:18:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-27 03:18:10 +0000 |
commit | 9e89b78faee985ae12cb4160a374a97755ecc7bc (patch) | |
tree | c9a4487accbb5d096756a073d6e742c608206338 /sys | |
parent | 1159d7c4f21af2ab2a081ad6f971bbee9ddec7e3 (diff) |
give up on si_pid for now
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/siginfo.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sys/siginfo.h b/sys/sys/siginfo.h index d815304463a..c7d4896510e 100644 --- a/sys/sys/siginfo.h +++ b/sys/sys/siginfo.h @@ -1,4 +1,4 @@ -/* $OpenBSD: siginfo.h,v 1.1 1997/01/27 01:15:29 deraadt Exp $ */ +/* $OpenBSD: siginfo.h,v 1.2 1997/01/27 03:18:09 deraadt Exp $ */ /* * Copyright (c) 1997 Theo de Raadt @@ -185,11 +185,7 @@ typedef struct { } siginfo_t; /* collides with select inside the kernel */ -#ifdef _KERNEL #define si_pid_XXX _data._proc._pid -#else -#define si_pid _data._proc._pid -#endif #define si_status _data._proc._pdata._cld._status #define si_stime _data._proc._pdata._cld._stime |