summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-06-05Rename monstrously long patch filenames that were causing tar to exceedKris Kennaway1-16/+0
length limitations (100 characters) and fail.
2002-04-16Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>Greg Lewis1-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