X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fbc_types.h;h=bd63176d301350e03e1bbaed587a8f5c71012bbf;hb=d80730759db76731f110ff35fda81075f49dfbf3;hp=e6e4c5338188117ccec75bee6aa2f5f1897fa146;hpb=0c621cdf675d463a1ff119a5d719f472e83830fd;p=bacula%2Fbacula diff --git a/bacula/src/bc_types.h b/bacula/src/bc_types.h index e6e4c53381..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. @@ -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 */