Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
a80bae77
Commit
a80bae77
authored
Apr 24, 2010
by
Pavel Shilovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build for legacy
Use unsigned instead of bool.
parent
68ff64a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
connect.c
sources/legacy/connect.c
+1
-1
No files found.
sources/legacy/connect.c
View file @
a80bae77
...
@@ -107,7 +107,7 @@ struct smb_vol {
...
@@ -107,7 +107,7 @@ struct smb_vol {
unsigned
nocase
;
/* request case insensitive filenames */
unsigned
nocase
;
/* request case insensitive filenames */
unsigned
nobrl
;
/* disable sending byte range locks to srv */
unsigned
nobrl
;
/* disable sending byte range locks to srv */
unsigned
mand_lock
:
1
;
/* send mandatory not posix byte range lock reqs */
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
rsize
;
unsigned
int
wsize
;
unsigned
int
wsize
;
unsigned
int
sockopt
;
unsigned
int
sockopt
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment