Probably fixed SMB compilation under OS/2

This commit is contained in:
Alexander S. Aganichev
2002-08-23 06:17:43 +00:00
parent ecb9c04f09
commit 02877adb54
5 changed files with 9 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ public:
int originno() const { return cfg.originno; }
Attr& attr() { return cfg.attr; }
bool ispacked() const { return cfg.attr.pkd(); }
void packed(bool a) { return cfg.attr.pkd(a); }
void packed(bool a) { cfg.attr.pkd(a); }
bool ascan() { return (bool)cfg.scan; }
bool ascanexcl() { return (bool)cfg.scanexcl; }