Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 01:16:01 +0100
From:      Max Laier <max@love2party.net>
To:        Aziz KEZZOU <opensource.enthousiat@gmail.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: How to send a signal from inside the kernel?
Message-ID:  <200503180116.08265.max@love2party.net>
In-Reply-To: <37e1316605031711555c47c8ca@mail.gmail.com>
References:  <37e13166050317093477de8f7a@mail.gmail.com> <20050317181200.GK89312@funkthat.com> <37e1316605031711555c47c8ca@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1247001.2QLradZ8p8
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Thursday 17 March 2005 20:55, Aziz KEZZOU wrote:
> Here are the headers needed in case someone reads this thread:
>
> #include <unistd.h> /*needed only for NULL, can be removed*/
> #include <sys/types.h>
> #include <sys/param.h>

As a community service: Style(9) instructs to include either <sys/types.h> =
OR=20
<sys/param.h> but not both.  The latter includes <sys/_null.h> which define=
s=20
what you are already guessing.

> #include <sys/lock.h>
> #include <sys/mutex.h>
> #include <sys/proc.h>

=2D-=20
/"\  Best regards,                      | mlaier@freebsd.org
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | mlaier@EFnet
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News

--nextPart1247001.2QLradZ8p8
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQBCOh3IXyyEoT62BG0RAqYeAJ9AVCHrUrJtAqSOOySOde0I/oTk2wCffPrV
J/T6Aw/TvZBqrzjRWmrpRUM=
=BA89
-----END PGP SIGNATURE-----

--nextPart1247001.2QLradZ8p8--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503180116.08265.max>