Commit 0f09a8f2 authored by Konstantin Baev's avatar Konstantin Baev

4.0.1-alt3

- fix build in kernels 2.6.18 - 2.6.24 (may be broken after adding option "forcemand")
parent 4159674a
......@@ -21,7 +21,7 @@
Name: etercifs
Version: 4.0.1
Release: alt2
Release: alt3
Summary: Advanced Common Internet File System for Linux with Etersoft extension
......@@ -112,6 +112,9 @@ cp %SOURCE27 %buildroot/%etercifs_src/%src_package_name-2.6.27-%src_2_6_27_versi
%doc README.ETER AUTHORS CHANGES README TODO
%changelog
* Fri Dec 26 2008 Konstantin Baev <kipruss@altlinux.org> 4.0.1-alt3
- fix build in kernels 2.6.18 - 2.6.24 (may be broken after adding option "forcemand")
* Thu Dec 18 2008 Konstantin Baev <kipruss@altlinux.org> 4.0.1-alt2
- minor design changes in sources code
- add docs
......
......@@ -90,7 +90,7 @@ struct smb_vol {
unsigned nullauth:1; /* attempt to authenticate with null user */
unsigned nocase; /* request case insensitive filenames */
unsigned nobrl; /* disable sending byte range locks to srv */
bool mand_lock:1; /* send mandatory not posix byte range lock reqs */
unsigned mand_lock:1; /* send mandatory not posix byte range lock reqs */
unsigned int rsize;
unsigned int wsize;
unsigned int sockopt;
......
......@@ -90,7 +90,7 @@ struct smb_vol {
unsigned nullauth:1; /* attempt to authenticate with null user */
unsigned nocase; /* request case insensitive filenames */
unsigned nobrl; /* disable sending byte range locks to srv */
bool mand_lock:1; /* send mandatory not posix byte range lock reqs */
unsigned mand_lock:1; /* send mandatory not posix byte range lock reqs */
unsigned int rsize;
unsigned int wsize;
unsigned int sockopt;
......
......@@ -106,7 +106,7 @@ struct smb_vol {
unsigned nullauth:1; /* attempt to authenticate with null user */
unsigned nocase; /* request case insensitive filenames */
unsigned nobrl; /* disable sending byte range locks to srv */
bool mand_lock:1; /* send mandatory not posix byte range lock reqs */
unsigned mand_lock:1; /* send mandatory not posix byte range lock reqs */
unsigned int rsize;
unsigned int wsize;
unsigned int sockopt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment