OSSP CVS Repository

ossp - Check-in [3443]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3443
Date: 2003-Jun-17 16:01:23 (local)
2003-Jun-17 14:01:23 (UTC)
User:mlelstv
Branch:
Comment: support systems that do not define SIZE_T_MAX
Tickets:
Inspections:
Files:
ossp-pkg/sio/sio_sio.c      1.3 -> 1.4     3 inserted, 0 deleted

ossp-pkg/sio/sio_sio.c 1.3 -> 1.4

--- sio_sio.c    2003/01/06 19:04:56     1.3
+++ sio_sio.c    2003/06/17 14:01:23     1.4
@@ -32,6 +32,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
+#ifndef SIZE_T_MAX
+#define SIZE_T_MAX UINT_MAX
+#endif
 
 #include "al.h"
 #include "sio.h"

CVSTrac 2.0.1