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
d1993fb3
Commit
d1993fb3
authored
Sep 07, 2004
by
Rein Klazes
Committed by
Alexandre Julliard
Sep 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error with include files from Linux 2.6.7+.
parent
dba94616
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
int13.c
dlls/winedos/int13.c
+3
-0
config.h.in
include/config.h.in
+3
-0
No files found.
configure
View file @
d1993fb3
...
...
@@ -16210,6 +16210,7 @@ done
for
ac_header
in
\
arpa/inet.h
\
arpa/nameser.h
\
...
...
@@ -16228,6 +16229,7 @@ for ac_header in \
libutil.h
\
link.h
\
linux/cdrom.h
\
linux/compiler.h
\
linux/hdreg.h
\
linux/input.h
\
linux/ioctl.h
\
...
...
configure.ac
View file @
d1993fb3
...
...
@@ -1114,6 +1114,7 @@ AC_CHECK_HEADERS(\
libutil.h \
link.h \
linux/cdrom.h \
linux/compiler.h \
linux/hdreg.h \
linux/input.h \
linux/ioctl.h \
...
...
dlls/winedos/int13.c
View file @
d1993fb3
...
...
@@ -31,6 +31,9 @@
#endif
#include <fcntl.h>
#ifdef linux
#ifdef HAVE_LINUX_COMPILER_H
#include <linux/compiler.h>
#endif
# include <linux/fd.h>
#endif
...
...
include/config.h.in
View file @
d1993fb3
...
...
@@ -311,6 +311,9 @@
/* Define to 1 if you have the <linux/cdrom.h> header file. */
#undef HAVE_LINUX_CDROM_H
/* Define to 1 if you have the <linux/compiler.h> header file. */
#undef HAVE_LINUX_COMPILER_H
/* Define if Linux-style gethostbyname_r and gethostbyaddr_r are available */
#undef HAVE_LINUX_GETHOSTBYNAME_R_6
...
...
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