]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/bc_types.h
Implement Plugin Directory and plugin events.
[bacula/bacula] / bacula / src / bc_types.h
index cb289f2319d0dfc3b1627ebf4a2d5eaec93c06f5..e6e4c5338188117ccec75bee6aa2f5f1897fa146 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