[cl-net-snmp-cvs] r22 - trunk

ctian at common-lisp.net ctian at common-lisp.net
Thu Jun 7 13:52:18 UTC 2007


Author: ctian
Date: Thu Jun  7 09:52:18 2007
New Revision: 22

Modified:
   trunk/typedefs.lisp
Log:
more precise size_t

Modified: trunk/typedefs.lisp
==============================================================================
--- trunk/typedefs.lisp	(original)
+++ trunk/typedefs.lisp	Thu Jun  7 09:52:18 2007
@@ -1,7 +1,11 @@
 (in-package :org.net-snmp)
 
+#+(or x86-64 clisp)
 (defctype c-size-type :ulong)
 
+#+x86
+(defctype c-size-type :uint)
+
 (defcstruct c-snmp-pdu
   "The snmp protocol data unit."
   ;;



More information about the Cl-net-snmp-cvs mailing list