diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-08-22 15:40:12 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-08-22 15:40:12 +0000 |
commit | 09726eef3a02213a7f2097f0bf644b2e5ae8e030 (patch) | |
tree | eac2e176e59e830e3c8fd77c794fae2d72bd9b4c /audio/rio500/patches/patch-ae | |
parent | 6c312d1a9ddc52c7515669f3dbb1595816748725 (diff) | |
download | pkgsrc-09726eef3a02213a7f2097f0bf644b2e5ae8e030.tar.gz |
change <sys/bswap.h> to <machine/bswap.h> so it works on 1.4.x systems.
Diffstat (limited to 'audio/rio500/patches/patch-ae')
-rw-r--r-- | audio/rio500/patches/patch-ae | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rio500/patches/patch-ae b/audio/rio500/patches/patch-ae index 49af0293a19..07a5456d2e2 100644 --- a/audio/rio500/patches/patch-ae +++ b/audio/rio500/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.1 2000/08/22 14:07:54 ad Exp $ +$NetBSD: patch-ae,v 1.2 2000/08/22 15:40:12 dmcmahill Exp $ --- lib/usbdrvlinux.c.orig Tue Aug 22 14:58:45 2000 +++ lib/usbdrvlinux.c Tue Aug 22 14:59:00 2000 @@ -7,7 +7,7 @@ $NetBSD: patch-ae,v 1.1 2000/08/22 14:07:54 ad Exp $ #ifdef WORDS_BIGENDIAN -# include <byteswap.h> -+# include <sys/bswap.h> ++# include <machine/bswap.h> #endif #if TIME_WITH_SYS_TIME |