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/mp3wrap/files/patch-crc.c | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/mp3wrap/files/patch-crc.c')
-rw-r--r-- | audio/mp3wrap/files/patch-crc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mp3wrap/files/patch-crc.c b/audio/mp3wrap/files/patch-crc.c new file mode 100644 index 000000000000..34a0baca1fe8 --- /dev/null +++ b/audio/mp3wrap/files/patch-crc.c @@ -0,0 +1,11 @@ +--- crc.c.orig Mon Jun 2 20:41:23 2003 ++++ crc.c Mon Jun 2 20:43:24 2003 +@@ -25,7 +25,7 @@ + + #include <stdio.h> + #include <stdlib.h> +- ++#include <sys/types.h> + #include "crc.h" + + static const u_int32_t crctab[256] = { |