diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-29 04:24:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-29 04:24:24 +0000 |
commit | 607838a9cc960811973c1cff017938bbacd7487b (patch) | |
tree | f39bf62b1ffdeb4f1ba0e2b248f25c187f5d85e3 /audio/oggsplit/files/patch-system.h | |
parent | o Track BitTorrent's codeville development repository (diff) |
Add oggsplit, a simple tool for splitting multiplexed (grouped or chained) Ogg
files into separate streams.
Diffstat (limited to 'audio/oggsplit/files/patch-system.h')
-rw-r--r-- | audio/oggsplit/files/patch-system.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/oggsplit/files/patch-system.h b/audio/oggsplit/files/patch-system.h new file mode 100644 index 000000000000..f1be850db7ee --- /dev/null +++ b/audio/oggsplit/files/patch-system.h @@ -0,0 +1,10 @@ +--- system.h.orig Mon Aug 4 22:23:50 2003 ++++ system.h Wed Dec 29 05:14:07 2004 +@@ -170,7 +170,6 @@ + # include <string.h> + #else + # include <strings.h> +-char *memchr (); + #endif + + #include <errno.h> |