aboutsummaryrefslogtreecommitdiff
path: root/emulators/vice/files/patch-network.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vice/files/patch-network.c')
-rw-r--r--emulators/vice/files/patch-network.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/vice/files/patch-network.c b/emulators/vice/files/patch-network.c
deleted file mode 100644
index 131dcaee0d87..000000000000
--- a/emulators/vice/files/patch-network.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/network.c.orig Sat Nov 19 15:36:06 2005
-+++ src/network.c Sat Dec 3 17:38:37 2005
-@@ -35,8 +35,8 @@
- #ifdef WIN32
- #include <winsock.h>
- #else
--#include <sys/socket.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <netdb.h>