Commit 1eedf5d7 authored by Pavel Shilovsky's avatar Pavel Shilovsky

Fix build for 2.6.23

Use unsigned instead of bool.
parent a80bae77
......@@ -91,7 +91,7 @@ struct smb_vol {
unsigned nocase; /* request case insensitive filenames */
unsigned nobrl; /* disable sending byte range locks to srv */
unsigned mand_lock:1; /* send mandatory not posix byte range lock reqs */
bool wine_mode:1;
unsigned wine_mode:1;
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