aboutsummaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename monstrously long patch filenames that were causing tar to exceedKris Kennaway2002-06-051-16/+0
| | | | | | | length limitations (100 characters) and fail. Notes: svn path=/head/; revision=60663
* Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>Greg Lewis2002-04-161-0/+16
rather than <machine/soundcard.h>. This doesn't affect the build on 4-STABLE. PR: 36988 Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57770