From: deraadt Date: Mon, 27 Jan 1997 03:18:09 +0000 (+0000) Subject: give up on si_pid for now X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d0ac828eca44b2eb547adb8a25e432239c1ce878;p=openbsd give up on si_pid for now --- 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