Mercurial > mplayer.hg
changeset 6631:4843214cf2a1
OpenBSD PPC libdha fix by Bj«Órn Sandell.
author | atmos4 |
---|---|
date | Wed, 03 Jul 2002 21:20:19 +0000 |
parents | daf0d43ccde2 |
children | 1c2aa650de79 |
files | libdha/sysdep/pci_openbsd.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/sysdep/pci_openbsd.c Wed Jul 03 21:17:31 2002 +0000 +++ b/libdha/sysdep/pci_openbsd.c Wed Jul 03 21:20:19 2002 +0000 @@ -4,6 +4,8 @@ Modified for readability by Nick Kurshev */ +#ifdef __i386__ + #include <errno.h> #include <sys/types.h> #include <machine/sysarch.h> @@ -22,3 +24,4 @@ /* Nothing to do */ return(0); } +#endif