Index: ossp-pkg/l2/l2.h RCS File: /v/ossp/cvs/ossp-pkg/l2/Attic/l2.h,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/l2/Attic/l2.h,v' 2>/dev/null --- l2.h 2001/08/26 13:01:45 1.9 +++ l2.h 2001/09/02 13:18:36 1.10 @@ -95,7 +95,6 @@ typedef enum { L2_TYPE_CHAR, L2_TYPE_SHORT, - L2_TYPE_USHORT, L2_TYPE_INT, L2_TYPE_LONG, L2_TYPE_FLOAT, Index: ossp-pkg/l2/l2_p.h RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_p.h,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/l2/l2_p.h,v' 2>/dev/null --- l2_p.h 2001/08/26 13:01:45 1.6 +++ l2_p.h 2001/09/02 13:18:36 1.7 @@ -36,7 +36,6 @@ #define L2_MAX_MSGSIZE 4096 #define L2_MAX_CHANNELS 128 #define L2_MAX_FORMATTERS 128 -#define L2_MAX_STRING 256 typedef enum { L2_CHSTATE_CREATED, @@ -68,8 +67,6 @@ #define _va_type_cast_char char #define _va_type_recv_short int #define _va_type_cast_short short -#define _va_type_recv_ushort int -#define _va_type_cast_ushort short #define _va_type_recv_int int #define _va_type_cast_int int #define _va_type_recv_long long