]> 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 2613da2d461a7f26575b41e89a3fa1f736056684..2dfb8541615083c4829d92768c4e44e83eba5ea4 100644 (file)
@@ -25,8 +25,8 @@
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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