$OpenBSD: patch-mal_common_AGTypes_h,v 1.1 2002/02/23 23:21:13 pvalchev Exp $
--- mal/common/AGTypes.h.orig	Sun May 14 15:17:36 2000
+++ mal/common/AGTypes.h	Sat Feb 23 16:15:24 2002
@@ -65,7 +65,7 @@ enum {
 #ifndef FIXED_INT_TYPES_DEFINED
 #define FIXED_INT_TYPES_DEFINED
 
-typedef char             int8;
+typedef signed char      int8;
 typedef short            int16;
 typedef int              int32;
 
