summaryrefslogtreecommitdiff
path: root/devel/pth/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pth/patches/patch-ai')
-rw-r--r--devel/pth/patches/patch-ai18
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/pth/patches/patch-ai b/devel/pth/patches/patch-ai
deleted file mode 100644
index 28e9d18a58c..00000000000
--- a/devel/pth/patches/patch-ai
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2002/10/14 11:49:57 skrll Exp $
-
---- pthread.h.in.orig Sun Jan 27 11:03:41 2002
-+++ pthread.h.in
-@@ -29,6 +29,13 @@
- #define _PTH_PTHREAD_H_
-
- /*
-+ * check if the user wants a bigger FD_SETSIZE than we can handle
-+ */
-+#if FD_SETSIZE > @PTH_FDSETSIZE@
-+#error "FD_SETSIZE is larger than pth can handle."
-+#endif
-+
-+/*
- **
- ** BOOTSTRAPPING
- **