Hi, was there any problem with the following patch, or did it just fall through the cracks? ;-) Gerald ChangeLog: Remove unused variable pipe_client_fd_ops. Index: named_pipe.c =================================================================== RCS file: /home/wine/wine/server/named_pipe.c,v retrieving revision 1.27 diff -u -3 -p -r1.27 named_pipe.c --- named_pipe.c 5 Sep 2003 23:15:41 -0000 1.27 +++ named_pipe.c 14 Oct 2003 10:53:23 -0000 @@ -173,15 +173,6 @@ static const struct object_ops pipe_clie pipe_client_destroy /* destroy */ }; -static const struct fd_ops pipe_client_fd_ops = -{ - pipe_end_get_poll_events, /* get_poll_events */ - default_poll_event, /* poll_event */ - pipe_client_flush, /* flush */ - pipe_end_get_info, /* get_file_info */ - no_queue_async /* queue_async */ -}; - static void named_pipe_dump( struct object *obj, int verbose ) { struct named_pipe *pipe = (struct named_pipe *) obj;