chiark / gitweb /
Portability fixes:
authorian <ian>
Tue, 29 Jul 2008 21:17:13 +0000 (21:17 +0000)
committerian <ian>
Tue, 29 Jul 2008 21:17:13 +0000 (21:17 +0000)
* #include <limits.h> (for INT_MAX).  Closes: #489901.

base/chiark-tcl.h
debian/changelog

index 1ec2e4edbc1e5d91690c02fd31da1d28037a6beb..38edaa8e9a484098b16bc444d0d488390dffb65f 100644 (file)
@@ -26,6 +26,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <limits.h>
 #include <sys/socket.h>
 #include <sys/uio.h>
 #include <sys/un.h>
index 1b84bb1651cd13fd94f6b1dbad24c088c7a9cb91..ab078315eb242d81b9a22462f2e3c900eb776a54 100644 (file)
@@ -1,3 +1,10 @@
+chiark-tcl (1.1.1) unstable; urgency=low
+
+  Portability fixes:
+  * #include <limits.h> (for INT_MAX).  Closes: #489901.
+
+ --
+
 chiark-tcl (1.1.0) unstable; urgency=high
 
   New features: