summaryrefslogtreecommitdiff
path: root/sysutils/cdrecord/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-03-15 00:09:07 +0000
committerhubertf <hubertf@pkgsrc.org>2000-03-15 00:09:07 +0000
commitace960ec4afaa2cc3f8358286a11f1b3e28e9130 (patch)
tree20431873c34f32a0bf1dd5c1f36c98e19a7a1840 /sysutils/cdrecord/patches
parentec781a577518bf5c07d379b9d0dc76cc1660240f (diff)
downloadpkgsrc-ace960ec4afaa2cc3f8358286a11f1b3e28e9130.tar.gz
Use <machine/endian.h>. In contrast to <sys/endian.h>, it is also present
on 1.4.x machines. Noted by an unknown hero who's name I forgot. Sorry!
Diffstat (limited to 'sysutils/cdrecord/patches')
-rw-r--r--sysutils/cdrecord/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/cdrecord/patches/patch-ac b/sysutils/cdrecord/patches/patch-ac
new file mode 100644
index 00000000000..7c662ccd709
--- /dev/null
+++ b/sysutils/cdrecord/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.10 2000/03/15 00:09:07 hubertf Exp $
+
+--- include/btorder.h.orig Wed Mar 15 00:22:54 2000
++++ include/btorder.h Wed Mar 15 00:23:14 2000
+@@ -25,7 +25,7 @@
+ #define _BTORDER_H
+
+ #include <sys/types.h> /* try to load isa_defs.h on Solaris */
+-#include <sys/endian.h>
++#include <machine/endian.h>
+
+ #ifndef _MCONFIG_H
+ #include <mconfig.h>