diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/nspmod/files/patch-dacio.h | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/nspmod/files/patch-dacio.h')
-rw-r--r-- | audio/nspmod/files/patch-dacio.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/nspmod/files/patch-dacio.h b/audio/nspmod/files/patch-dacio.h new file mode 100644 index 000000000000..eaf68819e358 --- /dev/null +++ b/audio/nspmod/files/patch-dacio.h @@ -0,0 +1,12 @@ +*** dacio.h.orig Wed Sep 3 14:58:39 1997 +--- dacio.h Wed Sep 3 13:49:32 1997 +*************** +*** 3,8 **** +--- 3,9 ---- + #endif + + typedef struct { ++ int bits; + int speed; + int stereo; + } DacioConfInfo; |