From: Kern Sibbald Date: Fri, 25 Sep 2009 12:28:11 +0000 (+0200) Subject: Fix Alpha ifdefing -- should fix bug #1359 X-Git-Tag: Release-3.0.3~49 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d62fab4ba713d1eedec186f43f66e744617a3680;p=bacula%2Fbacula Fix Alpha ifdefing -- should fix bug #1359 --- diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index c341826e7c..f725630312 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -648,8 +648,7 @@ int m_msg(const char *file, int line, POOLMEM *&pool_buf, const char *fmt, ...) #endif -#ifdef __alpha__ -#define OSF 1 +#ifdef HAVE_OSF1_OS #undef ioctl_req_t #define ioctl_req_t int #endif