diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-08-08 19:10:35 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-08-08 19:10:35 +0000 |
commit | 851dbf9a25a6c6456afb30885db76aae853ceb90 (patch) | |
tree | b1b0c83f3d6d792aa5e426595378b9292ddf5e7e /audio/libmusicbrainz5/files/patch-id3.c | |
parent | Update to 4.2. (diff) |
Update to version 1.1.0.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=64250
Diffstat (limited to 'audio/libmusicbrainz5/files/patch-id3.c')
-rw-r--r-- | audio/libmusicbrainz5/files/patch-id3.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/libmusicbrainz5/files/patch-id3.c b/audio/libmusicbrainz5/files/patch-id3.c deleted file mode 100644 index f9fdf56408f7..000000000000 --- a/audio/libmusicbrainz5/files/patch-id3.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/bitzi/id3.c.orig Sat May 19 14:47:54 2001 -+++ lib/bitzi/id3.c Sat May 19 14:48:09 2001 -@@ -13,6 +13,7 @@ - #include <stdlib.h> - #include <assert.h> - #include <errno.h> -+#include <sys/types.h> - #ifdef WIN32 - #include <winsock.h> - #else |