diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-20 15:22:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-20 15:22:35 +0800 |
commit | a5c79d98269cf919e7f3a912bd3b13c556366668 (patch) | |
tree | 8b185a01f0edaf6e032faafcca9aa69b88812b14 | |
parent | d0d026247be9c22cfb54ed32a52b411923726af3 (diff) | |
download | freebsd-ports-graphics-a5c79d98269cf919e7f3a912bd3b13c556366668.tar.gz freebsd-ports-graphics-a5c79d98269cf919e7f3a912bd3b13c556366668.tar.zst freebsd-ports-graphics-a5c79d98269cf919e7f3a912bd3b13c556366668.zip |
- remove obsolete patch
-rw-r--r-- | emulators/vice/files/patch-network.c | 12 |
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 131dcaee0d8..00000000000 --- 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> |