]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/bc_types.h
Create 2.2.10 by backporting trunk SD reservation changes
[bacula/bacula] / bacula / src / bc_types.h
index 7829b6d10797aad37e879d71ce6eefe99925c390..2dfb8541615083c4829d92768c4e44e83eba5ea4 100644 (file)
@@ -62,7 +62,7 @@ typedef unsigned int u_int;
 
 #ifndef HAVE_INTXX_T
 # if (SIZEOF_CHAR == 1)
-typedef char int8_t;
+typedef signed char int8_t;
 # else
 #  error "8 bit int type not found."
 # endif