mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
The library base types don't need to be specific, and declaring DOSBase as type "struct DosLibrary" breaks the build :-(
This commit is contained in:
+4
-2
@@ -35,6 +35,8 @@
|
||||
* Samba 3.0.25: smbfs debuglevel=2 debugfile=ram:samba-3.0.25.log smb://olsen:...@192.168.1.118/olsen
|
||||
*
|
||||
* diskspeed drive olsen:Documents dir seek fast byte nocpu
|
||||
* diskspeed drive ubuntu-test: dir nocpu buf1=0 buf2=0 buf3=0 buf4=0
|
||||
* diskspeed drive ubuntu-test: nocpu byte fast buf1=512
|
||||
*/
|
||||
|
||||
#include "smbfs.h"
|
||||
@@ -272,9 +274,9 @@ static void file_system_handler(BOOL raise_priority, const TEXT * volume_name, c
|
||||
/****************************************************************************/
|
||||
|
||||
struct Library * SysBase;
|
||||
struct DosLibrary * DOSBase;
|
||||
struct Library * DOSBase;
|
||||
struct Library * UtilityBase;
|
||||
struct IntuitionBase * IntuitionBase;
|
||||
struct Library * IntuitionBase;
|
||||
struct Library * SocketBase;
|
||||
struct Library * LocaleBase;
|
||||
struct Library * TimerBase;
|
||||
|
||||
Reference in New Issue
Block a user