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
0d83dbe6
Commit
0d83dbe6
authored
Apr 24, 2010
by
Pavel Shilovsky
Committed by
Vitaly Lipatov
Jun 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build for centos52
Use unsigned instead of bool.
parent
e36a41b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
connect.c
sources/centos52/connect.c
+1
-1
No files found.
sources/centos52/connect.c
View file @
0d83dbe6
...
...
@@ -107,7 +107,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
;
...
...
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