NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/50633: sys/ktrace.h not pulling-in all deps (params.h)
The following reply was made to PR lib/50633; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: lib/50633: sys/ktrace.h not pulling-in all deps (params.h)
Date: Fri, 8 Jan 2016 22:22:02 +0100
On Fri, Jan 08, 2016 at 08:15:00PM +0000, bch wrote:
> --- ./sys/ktrace.old 2016-01-08 11:58:02.000000000 -0800
> +++ ./sys/ktrace.h 2016-01-08 12:06:32.000000000 -0800
> @@ -36,6 +36,8 @@
>
> #include <sys/mutex.h>
> #include <sys/lwp.h>
> +#include <sys/param.h>
>
> /*
> * operations to ktrace system call (KTROP(op))
>
This is *not* an acceptable fix. sys/param.h is about the worst
namespace pollution possible.
Joerg
Home |
Main Index |
Thread Index |
Old Index