Re: [PATCH 2/3] Save handlers between calls to ioctl

2009-08-31 Thread olafBuddenhagen
Hi, On Wed, Aug 26, 2009 at 04:44:58PM +0200, Carl Fredrik Hammar wrote: > diff --git a/hurd/Makefile b/hurd/Makefile > index 4ad5128..768f93a 100644 > --- a/hurd/Makefile > +++ b/hurd/Makefile > @@ -68,7 +68,7 @@ sig = hurdsig hurdfault siginfo hurd-raise preempt-sig \ > dtable = dtable p

[PATCH 2/3] Save handlers between calls to ioctl

2009-08-26 Thread Carl Fredrik Hammar
* hurd/hurd/ioctl.h (ioctl_handler_t): Move from here... * hurd/hurd/fd.h (ioctl_handler_t): ...to here. Change return type. Add `d', `crit', and `result' arguments. Change all callers and ioctl handlers. (hurd_fd): Add ioctl handler members. * hurd/fd-close.c: Update copyright years. (_hurd_fd_clo