freebsd-ports/devel/libopendaap/files/patch-ioloop.c
Michael Johnson e1e371b707 - Update to 0.4.0
PR:		ports/81120
Submitted by:	Ports Fury
2005-05-16 18:21:37 +00:00

13 lines
329 B
C

--- ioloop.c.orig Tue Dec 14 13:39:31 2004
+++ ioloop.c Mon May 16 19:24:20 2005
@@ -113,9 +113,9 @@
void fd_event_reset(fd_event *event)
{
- event->signalled = 0;
char buf[1] = {0};
int flags;
+ event->signalled = 0;
/* set non-blocking on read pipe */
flags = fcntl(event->pipe[0], F_GETFL, 0);