X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fbc_types.h;h=bd63176d301350e03e1bbaed587a8f5c71012bbf;hb=7cfd6e4232925f5a87d33e149465e41000d60f9a;hp=cb289f2319d0dfc3b1627ebf4a2d5eaec93c06f5;hpb=ff7621d5287984bda45a062a8e892d5e25999b97;p=bacula%2Fbacula diff --git a/bacula/src/bc_types.h b/bacula/src/bc_types.h index cb289f2319..bd63176d30 100644 --- a/bacula/src/bc_types.h +++ b/bacula/src/bc_types.h @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2000-2008 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -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 @@ -172,7 +172,6 @@ typedef u_int64_t u_intmax_t; typedef double float64_t; typedef float float32_t; -#endif /* __bc_types_INCLUDED */ /* Define the uint versions actually used in Bacula */ #ifndef uint8_t @@ -197,3 +196,5 @@ typedef float float32_t; #else #define sockopt_val_t void * #endif + +#endif /* __bc_types_INCLUDED */