diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-07 14:43:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-07 14:43:47 +0000 |
commit | aa937fa1fed8bdd3d3c47448af3aa70b98bbf70b (patch) | |
tree | ca528acd80d7070a1e111f25347ceeb842925a28 /audio/quelcom/files/patch-af | |
parent | a340fa575526bd9c4358d0ffad430ef998eff1b2 (diff) |
Notes
Diffstat (limited to 'audio/quelcom/files/patch-af')
-rw-r--r-- | audio/quelcom/files/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/quelcom/files/patch-af b/audio/quelcom/files/patch-af new file mode 100644 index 000000000000..7428612561df --- /dev/null +++ b/audio/quelcom/files/patch-af @@ -0,0 +1,10 @@ +--- src/qwavinfo.cc.orig Tue Dec 26 18:55:30 2000 ++++ src/qwavinfo.cc Wed Dec 27 13:22:42 2000 +@@ -2,6 +2,7 @@ + # include "qwav.hh" + # include "qexception.hh" + ++typedef unsigned long ulong; + + void usage () { + |