diff options
author | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-11 20:45:57 +0100 |
---|---|---|
committer | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-11 20:45:57 +0100 |
commit | 6970dae0ab90e85ac3d8945040ae78b9e50fc79c (patch) | |
tree | c1c9fff0aa95061e31d2aafdfdbdf94ff81e2197 | |
parent | 1fdef997119c82ad303d46361de213eed1d7abf4 (diff) | |
download | vdr-plugin-mcli-6970dae0ab90e85ac3d8945040ae78b9e50fc79c.tar.gz vdr-plugin-mcli-6970dae0ab90e85ac3d8945040ae78b9e50fc79c.tar.bz2 |
removed fragments from former win32 support
l--------- | mcast/client/inet_aton.c | 1 | ||||
l--------- | mcast/client/inet_ntop.c | 1 | ||||
l--------- | mcast/client/inet_pton.c | 1 | ||||
l--------- | mcast/client/win32 | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/mcast/client/inet_aton.c b/mcast/client/inet_aton.c deleted file mode 120000 index e14646e..0000000 --- a/mcast/client/inet_aton.c +++ /dev/null @@ -1 +0,0 @@ -../common/win32/inet_aton.c
\ No newline at end of file diff --git a/mcast/client/inet_ntop.c b/mcast/client/inet_ntop.c deleted file mode 120000 index f6e4222..0000000 --- a/mcast/client/inet_ntop.c +++ /dev/null @@ -1 +0,0 @@ -../common/win32/inet_ntop.c
\ No newline at end of file diff --git a/mcast/client/inet_pton.c b/mcast/client/inet_pton.c deleted file mode 120000 index 37f2533..0000000 --- a/mcast/client/inet_pton.c +++ /dev/null @@ -1 +0,0 @@ -../common/win32/inet_pton.c
\ No newline at end of file diff --git a/mcast/client/win32 b/mcast/client/win32 deleted file mode 120000 index 6de80a3..0000000 --- a/mcast/client/win32 +++ /dev/null @@ -1 +0,0 @@ -../common/win32
\ No newline at end of file |