Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Robert P. J. Day
On Thu, 19 Jul 2007, Jiri Slaby wrote: > Christoph Hellwig napsal(a): > > On Thu, Jul 19, 2007 at 07:17:07AM -0400, Robert P. J. Day wrote: > >> so you're saying you'll drop that include from util-linux, is > >> that it? but it's still a good plan to generate a warning > >> whenever userspace

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Jiri Slaby
Christoph Hellwig napsal(a): > On Thu, Jul 19, 2007 at 07:17:07AM -0400, Robert P. J. Day wrote: >> so you're saying you'll drop that include from util-linux, is that it? >> but it's still a good plan to generate a warning whenever userspace >> includes that file, so i'll submit a quick patch to

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Robert P. J. Day
On Thu, 19 Jul 2007, Christoph Hellwig wrote: > On Thu, Jul 19, 2007 at 07:17:07AM -0400, Robert P. J. Day wrote: > > so you're saying you'll drop that include from util-linux, is that > > it? but it's still a good plan to generate a warning whenever > > userspace includes that file, so i'll

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Christoph Hellwig
On Thu, Jul 19, 2007 at 07:17:07AM -0400, Robert P. J. Day wrote: > so you're saying you'll drop that include from util-linux, is that it? > but it's still a good plan to generate a warning whenever userspace > includes that file, so i'll submit a quick patch to generate that, > based on jiri's

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Robert P. J. Day
On Thu, 19 Jul 2007, Karel Zak wrote: > On Wed, Jul 18, 2007 at 04:33:12PM -0400, Robert P. J. Day wrote: > > On Wed, 18 Jul 2007, Jiri Slaby wrote: > > > > > Robert P. J. Day napsal(a): > > > > given that the entire contents of include/linux/tty.h is contained > > > > within an "#ifdef

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Robert P. J. Day
On Thu, 19 Jul 2007, Karel Zak wrote: On Wed, Jul 18, 2007 at 04:33:12PM -0400, Robert P. J. Day wrote: On Wed, 18 Jul 2007, Jiri Slaby wrote: Robert P. J. Day napsal(a): given that the entire contents of include/linux/tty.h is contained within an #ifdef __KERNEL__, it seems

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Christoph Hellwig
On Thu, Jul 19, 2007 at 07:17:07AM -0400, Robert P. J. Day wrote: so you're saying you'll drop that include from util-linux, is that it? but it's still a good plan to generate a warning whenever userspace includes that file, so i'll submit a quick patch to generate that, based on jiri's

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Robert P. J. Day
On Thu, 19 Jul 2007, Christoph Hellwig wrote: On Thu, Jul 19, 2007 at 07:17:07AM -0400, Robert P. J. Day wrote: so you're saying you'll drop that include from util-linux, is that it? but it's still a good plan to generate a warning whenever userspace includes that file, so i'll submit a

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Jiri Slaby
Christoph Hellwig napsal(a): On Thu, Jul 19, 2007 at 07:17:07AM -0400, Robert P. J. Day wrote: so you're saying you'll drop that include from util-linux, is that it? but it's still a good plan to generate a warning whenever userspace includes that file, so i'll submit a quick patch to generate

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-19 Thread Robert P. J. Day
On Thu, 19 Jul 2007, Jiri Slaby wrote: Christoph Hellwig napsal(a): On Thu, Jul 19, 2007 at 07:17:07AM -0400, Robert P. J. Day wrote: so you're saying you'll drop that include from util-linux, is that it? but it's still a good plan to generate a warning whenever userspace includes that

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-18 Thread Karel Zak
On Wed, Jul 18, 2007 at 04:33:12PM -0400, Robert P. J. Day wrote: > On Wed, 18 Jul 2007, Jiri Slaby wrote: > > > Robert P. J. Day napsal(a): > > > given that the entire contents of include/linux/tty.h is contained > > > within an "#ifdef __KERNEL__", it seems pointless to export it to > > >

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-18 Thread Robert P. J. Day
On Wed, 18 Jul 2007, Jiri Slaby wrote: > Robert P. J. Day napsal(a): > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > > > --- > > > > given that the entire contents of include/linux/tty.h is contained > > within an "#ifdef __KERNEL__", it seems pointless to export it to > >

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-18 Thread Jiri Slaby
Robert P. J. Day napsal(a): > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > --- > > given that the entire contents of include/linux/tty.h is contained > within an "#ifdef __KERNEL__", it seems pointless to export it to > userspace, unless there's some kind of need for that header

[PATCH][RFC] Delete export of tty.h to userspace.

2007-07-18 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- given that the entire contents of include/linux/tty.h is contained within an "#ifdef __KERNEL__", it seems pointless to export it to userspace, unless there's some kind of need for that header file to exist in userspace, even if it's

[PATCH][RFC] Delete export of tty.h to userspace.

2007-07-18 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- given that the entire contents of include/linux/tty.h is contained within an #ifdef __KERNEL__, it seems pointless to export it to userspace, unless there's some kind of need for that header file to exist in userspace, even if it's empty.

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-18 Thread Jiri Slaby
Robert P. J. Day napsal(a): Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- given that the entire contents of include/linux/tty.h is contained within an #ifdef __KERNEL__, it seems pointless to export it to userspace, unless there's some kind of need for that header file to exist

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-18 Thread Robert P. J. Day
On Wed, 18 Jul 2007, Jiri Slaby wrote: Robert P. J. Day napsal(a): Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- given that the entire contents of include/linux/tty.h is contained within an #ifdef __KERNEL__, it seems pointless to export it to userspace, unless there's

Re: [PATCH][RFC] Delete export of tty.h to userspace.

2007-07-18 Thread Karel Zak
On Wed, Jul 18, 2007 at 04:33:12PM -0400, Robert P. J. Day wrote: On Wed, 18 Jul 2007, Jiri Slaby wrote: Robert P. J. Day napsal(a): given that the entire contents of include/linux/tty.h is contained within an #ifdef __KERNEL__, it seems pointless to export it to userspace, unless