diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-12-28 17:06:51 +0100 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-28 11:47:50 -0500 |
commit | 4185b0a1f28ca5154cea233149a3baca8c0029b9 (patch) | |
tree | 217c9ac7c47a9297834621c539135db2a0e85521 /media-libs | |
parent | media-libs/libdvb: remove unused patches (diff) | |
download | gentoo-4185b0a1f28ca5154cea233149a3baca8c0029b9.tar.gz gentoo-4185b0a1f28ca5154cea233149a3baca8c0029b9.tar.bz2 gentoo-4185b0a1f28ca5154cea233149a3baca8c0029b9.zip |
media-libs/libopendaap: remove unused files
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libopendaap/files/libopendaap-0.2.3-types.h | 14 | ||||
-rw-r--r-- | media-libs/libopendaap/files/libopendaap-0.3.0-types.h | 13 |
2 files changed, 0 insertions, 27 deletions
diff --git a/media-libs/libopendaap/files/libopendaap-0.2.3-types.h b/media-libs/libopendaap/files/libopendaap-0.2.3-types.h deleted file mode 100644 index 25c25957fd5b..000000000000 --- a/media-libs/libopendaap/files/libopendaap-0.2.3-types.h +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur libopendaap-0.2.3.orig/mDNS/mDNSClientAPI.h libopendaap-0.2.3/mDNS/mDNSClientAPI.h ---- libopendaap-0.2.3.orig/mDNS/mDNSClientAPI.h 2004-04-13 00:05:11.000000000 -0700 -+++ libopendaap-0.2.3/mDNS/mDNSClientAPI.h 2004-10-05 12:58:19.996946514 -0700 -@@ -483,8 +483,8 @@ - typedef unsigned char mDNSu8; - typedef signed short mDNSs16; - typedef unsigned short mDNSu16; --typedef signed long mDNSs32; --typedef unsigned long mDNSu32; -+typedef signed int mDNSs32; -+typedef unsigned int mDNSu32; - - // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct - // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types diff --git a/media-libs/libopendaap/files/libopendaap-0.3.0-types.h b/media-libs/libopendaap/files/libopendaap-0.3.0-types.h deleted file mode 100644 index 6973f136d0e0..000000000000 --- a/media-libs/libopendaap/files/libopendaap-0.3.0-types.h +++ /dev/null @@ -1,13 +0,0 @@ ---- libopendaap-0.3.0/mDNS/mDNSClientAPI.h.orig 2005-01-23 15:39:04.834290477 -0800 -+++ libopendaap-0.3.0/mDNS/mDNSClientAPI.h 2005-01-23 15:39:41.512250333 -0800 -@@ -483,8 +483,8 @@ - typedef unsigned char mDNSu8; - typedef signed short mDNSs16; - typedef unsigned short mDNSu16; --typedef signed long mDNSs32; --typedef unsigned long mDNSu32; -+typedef signed int mDNSs32; -+typedef unsigned int mDNSu32; - - // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct - // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types |