Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
9cc52b36
Commit
9cc52b36
authored
Dec 14, 2001
by
Bang Jun-Young
Committed by
Alexandre Julliard
Dec 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix NetBSD compilation errors.
parent
44b15b18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
socket.c
dlls/wsock32/socket.c
+0
-4
wscontrol.h
dlls/wsock32/wscontrol.h
+5
-0
No files found.
dlls/wsock32/socket.c
View file @
9cc52b36
...
@@ -55,10 +55,6 @@
...
@@ -55,10 +55,6 @@
#include "winnt.h"
#include "winnt.h"
#include "wscontrol.h"
#include "wscontrol.h"
#ifdef __NetBSD__
#undef if_type
#endif
/* FIXME: The rest of the socket() cdecl<->stdapi stack corruption problem
/* FIXME: The rest of the socket() cdecl<->stdapi stack corruption problem
* discussed above.
* discussed above.
*/
*/
...
...
dlls/wsock32/wscontrol.h
View file @
9cc52b36
...
@@ -103,6 +103,11 @@ typedef struct IPAddrEntry
...
@@ -103,6 +103,11 @@ typedef struct IPAddrEntry
ushort
iae_pad
;
ushort
iae_pad
;
}
IPAddrEntry
;
}
IPAddrEntry
;
#ifdef __NetBSD__
#undef if_type
#undef if_mtu
#undef if_lastchange
#endif
#define MAX_PHYSADDR_SIZE 8
#define MAX_PHYSADDR_SIZE 8
#define MAX_IFDESCR_LEN 256
#define MAX_IFDESCR_LEN 256
...
...
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