chiark / gitweb /
+ * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
authorian <ian>
Wed, 13 Sep 2000 21:13:19 +0000 (21:13 +0000)
committerian <ian>
Wed, 13 Sep 2000 21:13:19 +0000 (21:13 +0000)
@@ -1,3 +1,9 @@
+adns (0.10) unstable; urgency=low
+
+  * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
+
+ --
+
 adns (0.9) unstable; urgency=high

   Bug fixes:

changelog
client/adnsresfilter.c

index d51a02f0c58bb18493fae507deb0f8ea9c2fb087..2a2acdaeead00e53a1bf3ac0c6d91637ea8b0857 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+adns (0.10) unstable; urgency=low
+
+  * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
+
+ --
+
 adns (0.9) unstable; urgency=high
 
   Bug fixes:
index 81750491fbf8952cf67292eedbfc77ca0f9ab61b..316b0e21534be0630dd7000225d20d122e137d76 100644 (file)
@@ -33,7 +33,7 @@
 #include <assert.h>
 #include <ctype.h>
 
-#include <sys/fcntl.h>
+#include <fcntl.h>
 
 #include "adns.h"
 #include "config.h"