Re: [PATCH] Warn userspace about including an empty linux/tty.h.

2007-07-19 Thread Robert P. J. Day
On Thu, 19 Jul 2007, Andrew Morton wrote: > On Thu, 19 Jul 2007 07:23:46 -0400 (EDT) > "Robert P. J. Day" <[EMAIL PROTECTED]> wrote: > > > > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > > > --- > > > > what subsystem would something like this belong to? > > > > > > diff --git

Re: [PATCH] Warn userspace about including an empty linux/tty.h.

2007-07-19 Thread Andrew Morton
On Thu, 19 Jul 2007 07:23:46 -0400 (EDT) "Robert P. J. Day" <[EMAIL PROTECTED]> wrote: > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > --- > > what subsystem would something like this belong to? > > > diff --git a/include/linux/tty.h b/include/linux/tty.h > index

[PATCH] Warn userspace about including an empty linux/tty.h.

2007-07-19 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- what subsystem would something like this belong to? diff --git a/include/linux/tty.h b/include/linux/tty.h index 691a174..fd67da8 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -5,6 +5,10 @@ * 'tty.h' defines some

[PATCH] Warn userspace about including an empty linux/tty.h.

2007-07-19 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- what subsystem would something like this belong to? diff --git a/include/linux/tty.h b/include/linux/tty.h index 691a174..fd67da8 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -5,6 +5,10 @@ * 'tty.h' defines some

Re: [PATCH] Warn userspace about including an empty linux/tty.h.

2007-07-19 Thread Andrew Morton
On Thu, 19 Jul 2007 07:23:46 -0400 (EDT) Robert P. J. Day [EMAIL PROTECTED] wrote: Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- what subsystem would something like this belong to? diff --git a/include/linux/tty.h b/include/linux/tty.h index 691a174..fd67da8 100644 ---

Re: [PATCH] Warn userspace about including an empty linux/tty.h.

2007-07-19 Thread Robert P. J. Day
On Thu, 19 Jul 2007, Andrew Morton wrote: On Thu, 19 Jul 2007 07:23:46 -0400 (EDT) Robert P. J. Day [EMAIL PROTECTED] wrote: Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- what subsystem would something like this belong to? diff --git a/include/linux/tty.h