Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c1d35ba5
Commit
c1d35ba5
authored
Aug 28, 2010
by
Eric Pouech
Committed by
Alexandre Julliard
Aug 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server: Fix method name in comments for fd_ops.
parent
893e27a4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
serial.c
server/serial.c
+1
-1
sock.c
server/sock.c
+1
-1
No files found.
server/serial.c
View file @
c1d35ba5
...
...
@@ -108,7 +108,7 @@ static const struct fd_ops serial_fd_ops =
default_fd_get_poll_events
,
/* get_poll_events */
default_poll_event
,
/* poll_event */
serial_flush
,
/* flush */
serial_get_fd_type
,
/* get_f
ile_info
*/
serial_get_fd_type
,
/* get_f
d_type
*/
default_fd_ioctl
,
/* ioctl */
serial_queue_async
,
/* queue_async */
default_fd_reselect_async
,
/* reselect_async */
...
...
server/sock.c
View file @
c1d35ba5
...
...
@@ -152,7 +152,7 @@ static const struct fd_ops sock_fd_ops =
sock_get_poll_events
,
/* get_poll_events */
sock_poll_event
,
/* poll_event */
no_flush
,
/* flush */
sock_get_fd_type
,
/* get_f
ile_info
*/
sock_get_fd_type
,
/* get_f
d_type
*/
default_fd_ioctl
,
/* ioctl */
sock_queue_async
,
/* queue_async */
sock_reselect_async
,
/* reselect_async */
...
...
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