From 23928f7ab0c1ede85c9e2369338415bbff8235bf Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 14 Jun 2008 10:52:33 +0000 Subject: [PATCH] ebl fix remaining compilation problems git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7138 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/dll/bacula.def | 5 ----- bacula/src/win32/stored/mtops.cpp | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/bacula/src/win32/dll/bacula.def b/bacula/src/win32/dll/bacula.def index 915f05b67e..0bda791fe9 100644 --- a/bacula/src/win32/dll/bacula.def +++ b/bacula/src/win32/dll/bacula.def @@ -741,11 +741,6 @@ _Z17register_watchdogP12s_watchdog_t _Z19unregister_watchdogP12s_watchdog_t watchdog_thread -; mtops.o -__Z10win32_readiPvj -__Z11win32_writeiPKvj -__Z11win32_ioctlimz - console_command DATA plugin_list DATA plugin_bopen DATA diff --git a/bacula/src/win32/stored/mtops.cpp b/bacula/src/win32/stored/mtops.cpp index 9e9f0d7d38..aeda7bff1c 100644 --- a/bacula/src/win32/stored/mtops.cpp +++ b/bacula/src/win32/stored/mtops.cpp @@ -287,7 +287,7 @@ win32_write(int fd, const void *buffer, size_t count) } int -ioctl(int d, unsigned long int req, ...) +win32_ioctl(int d, unsigned long int req, ...) { return -1; } -- 2.39.5