FreeBSD Bugzilla – Attachment 21051 Details for
Bug 36988
java/jdk13 build fails on 5-current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 875 bytes, created by
motoyuki
on 2002-04-11 07:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
motoyuki
Created:
2002-04-11 07:30:01 UTC
Size:
875 bytes
patch
obsolete
>--- ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c.old Thu Apr 11 14:58:48 2002 >+++ ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c Thu Apr 11 15:14:18 2002 >@@ -58,7 +58,11 @@ > #include <sys/wait.h> > #include <errno.h> > #ifdef __FreeBSD__ >+#if __FreeBSD__ > 3 >+#include <sys/soundcard.h> >+#else > #include <machine/soundcard.h> >+#endif > #endif > #ifdef __NetBSD__ > #include <soundcard.h> >-------- >--- ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS_Capture.c.old Thu Apr 11 14:58:48 2002 >+++ ../src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS_Capture.c Thu Apr 11 15:15:16 2002 >@@ -45,7 +45,11 @@ > #include <sys/wait.h> > #include <errno.h> > #ifdef __FreeBSD__ >+#if __FreeBSD__ > 3 >+#include <sys/soundcard.h> >+#else > #include <machine/soundcard.h> >+#endif > #endif > #ifdef __NetBSD__ > #include <soundcard.h> >--------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36988
: 21051