openbsd-ports/devel/liboop/patches/patch-select_c
jasper 0afc653394 - add missing header to fix potential 64-bit issues
- drop maintainship as i don't use this anymore
2008-11-22 09:37:43 +00:00

12 lines
268 B
Plaintext

$OpenBSD: patch-select_c,v 1.1 2008/11/22 09:37:44 jasper Exp $
--- select.c.orig Sat Nov 22 00:29:11 2008
+++ select.c Sat Nov 22 00:29:29 2008
@@ -7,6 +7,7 @@
#include "oop.h"
#include <assert.h>
+#include <string.h>
struct select_set {
fd_set rfd,wfd,xfd;