Re: [PATCH] Cast to ioctl_handler_t instead of its definition

2010-02-17 Thread Carl Fredrik Hammar
Hi, On Mon, Aug 31, 2009 at 09:46:03PM +0200, olafbuddenha...@gmx.net wrote: > On Wed, Aug 26, 2009 at 02:17:21PM +0200, Carl Fredrik Hammar wrote: > > > This is an obvious fix to glibc that makes it easier to change > > `ioctl_handler_t'. > > Note that while we can help reviewing glibc patches

Re: [PATCH] Cast to ioctl_handler_t instead of its definition

2009-08-31 Thread olafBuddenhagen
Hi, On Wed, Aug 26, 2009 at 02:17:21PM +0200, Carl Fredrik Hammar wrote: > This is an obvious fix to glibc that makes it easier to change > `ioctl_handler_t'. Note that while we can help reviewing glibc patches on the Hurd list, ultimately they need to be posted to glibc (and/or Debian) to actua

[PATCH] Cast to ioctl_handler_t instead of its definition

2009-08-26 Thread Carl Fredrik Hammar
* hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Cast to `ioctl_handler_t'. --- Hi, This is an obvious fix to glibc that makes it easier to change `ioctl_handler_t'. I sent in this patch before as part of the server provided ioctl handler patch series. I'm resending it because I'm going to resend th