Re: [LinuxPPS] [PATCH 1/1] LinuxPPS: Pulse per Second support for Linux

2007-04-26 Thread Rodolfo Giometti
On Wed, Mar 21, 2007 at 04:35:22PM -0600, Reg Clemens wrote: > > On Wed, Mar 21, 2007 at 10:55:58AM -0600, Reg Clemens wrote: > > > > > > Just one point with your patch. > > > A couple of years ago there was a long discussion on the Linux Kernel > > > mailing > > > list > > > as to how USER code

Re: [LinuxPPS] [PATCH 1/1] LinuxPPS: Pulse per Second support for Linux

2007-03-21 Thread Reg Clemens
> On Wed, Mar 21, 2007 at 10:55:58AM -0600, Reg Clemens wrote: > > > > Just one point with your patch. > > A couple of years ago there was a long discussion on the Linux Kernel > > mailing > > list > > as to how USER codes were not supposed to use KERNEL include files. Now I > > still > > see

Re: [LinuxPPS] [PATCH 1/1] LinuxPPS: Pulse per Second support for Linux

2007-03-21 Thread Rodolfo Giometti
On Wed, Mar 21, 2007 at 10:55:58AM -0600, Reg Clemens wrote: > > Just one point with your patch. > A couple of years ago there was a long discussion on the Linux Kernel mailing > list > as to how USER codes were not supposed to use KERNEL include files. Now I > still > see __KERNEL__ all over t

Re: [LinuxPPS] [PATCH 1/1] LinuxPPS: Pulse per Second support for Linux

2007-03-21 Thread Reg Clemens
Just one point with your patch. A couple of years ago there was a long discussion on the Linux Kernel mailing list as to how USER codes were not supposed to use KERNEL include files. Now I still see __KERNEL__ all over the place in the linux=source includes so mabe this never went anywhere, but