X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fbc_types.h;h=81595edb9e7a02484dd91bd05cd358f55e403b28;hb=b0885fec1b05e4155635356e7ba50a2209c7cbb1;hp=75950bd32ded714331572a9c6ffc83eb34275855;hpb=d81a71037835e459e2e24a69278ab9b277fddf2f;p=bacula%2Fbacula diff --git a/bacula/src/bc_types.h b/bacula/src/bc_types.h index 75950bd32d..81595edb9e 100644 --- a/bacula/src/bc_types.h +++ b/bacula/src/bc_types.h @@ -173,10 +173,6 @@ typedef float float32_t; /* Unix time (time_t) widened to 64 bits */ #define utime_t int64_t -#ifdef HAVE_CYGWIN -#define int_least16_t int32_t -#endif - #ifndef HAVE_SOCKLEN_T #define socklen_t int #endif