<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 29471dd4582f6dfddae91932fdbf9f663e7d652b Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven@rezic.de&gt;
Date: Mon, 2 Feb 2015 07:47:35 +0100
Subject: [PATCH] no bits/signum.h on FreeBSD (RT #101866)

---
 1003.xs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/1003.xs b/1003.xs
index 77fd714..1549dd3 100644
--- a/1003.xs
+++ b/1003.xs
@@ -175,7 +175,6 @@
 #define I_SIGNAL
 #ifdef I_SIGNAL
 #include &lt;signal.h&gt;
-#include &lt;bits/signum.h&gt;
 #endif
 
 /*
-- 
2.1.2

</pre></body></html>