From 8c5cb7b00b3210bb623717f2736e6113ebda6936 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 26 Feb 2001 04:14:40 +0000 Subject: Fix compilation errors on FreeBSD/Alpha. PR: 24427 Submitted by: Jan Conrad --- audio/sox/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/sox/files/patch-aa (limited to 'audio/sox/files/patch-aa') diff --git a/audio/sox/files/patch-aa b/audio/sox/files/patch-aa new file mode 100644 index 000000000000..6b0b4b75867c --- /dev/null +++ b/audio/sox/files/patch-aa @@ -0,0 +1,11 @@ +--- avr.c.orig Mon Aug 14 21:10:58 2000 ++++ avr.c Sat Feb 24 22:27:31 2001 +@@ -38,7 +38,7 @@ + unsigned short midi; /* 0xffff = no MIDI note assigned, + 0xffXX = single key note assignment + 0xLLHH = key split, low/hi note */ +- ULONG int rate; /* sample frequency in hertz */ ++ ULONG rate; /* sample frequency in hertz */ + ULONG size; /* sample length in bytes or words (see rez) */ + ULONG lbeg; /* offset to start of loop in bytes or words. + set to zero if unused. */ -- cgit v1.2.3