Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2007-08-11 21:43:28 UTC

Modified files:
     test.l ChangeLog

Log message:

Fix compile for test.l on systems strict about errno.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.842 ircu2.10/ChangeLog:1.843
--- ircu2.10/ChangeLog:1.842    Sat Mar 17 20:26:30 2007
+++ ircu2.10/ChangeLog  Sat Aug 11 14:43:18 2007
@@ -1,3 +1,7 @@
+2008-04-10  Michael Poole <[EMAIL PROTECTED]>
+
+       * test.l: #include <errno.h> since we use errno.
+
 2007-03-17  Michael Poole <[EMAIL PROTECTED]>
 
        * doc/example.conf (Port): Document the optional additional field
Index: ircu2.10/test.l
diff -u ircu2.10/test.l:1.1 ircu2.10/test.l:1.2
--- ircu2.10/test.l:1.1 Mon Jun 26 21:46:10 2006
+++ ircu2.10/test.l     Sat Aug 11 14:43:18 2007
@@ -1,5 +1,8 @@
 %option never-interactive case-insensitive warn nodefault nounput
 %x incl
+%{
+#include <errno.h>
+%}
 
 %%
 
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to