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-ad | |
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-ad')
-rw-r--r-- | audio/rio500/patches/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rio500/patches/patch-ad b/audio/rio500/patches/patch-ad index 626a98ddd36..de74399870b 100644 --- a/audio/rio500/patches/patch-ad +++ b/audio/rio500/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.1 2000/08/22 14:07:54 ad Exp $ +$NetBSD: patch-ad,v 1.2 2000/08/22 15:40:12 dmcmahill Exp $ --- lib/libfon.c.orig Tue Aug 22 14:54:21 2000 +++ lib/libfon.c Tue Aug 22 14:54:35 2000 @@ -7,7 +7,7 @@ $NetBSD: patch-ad,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 struct fon_font * |