From 3d95a5fa299c764c8bfeef8a7537cae94d135b3e Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Mon, 7 Oct 2002 10:05:36 +0000 Subject: [PATCH] * smbfs.c: Don't define BOOL_DEFINED to fix compilation on SunOS 5.8. --- vfs/smbfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vfs/smbfs.c b/vfs/smbfs.c index e63e85f6a..90c6e7a00 100644 --- a/vfs/smbfs.c +++ b/vfs/smbfs.c @@ -22,6 +22,7 @@ #include #include #include + #undef USE_NCURSES /* Don't include *curses.h */ #include "utilvfs.h" @@ -36,7 +37,6 @@ conflicts with definitions in other includes */ #undef HAVE_LIBREADLINE #define NO_CONFIG_H -#define BOOL_DEFINED #undef VERSION #include "samba/include/includes.h"