summaryrefslogtreecommitdiff
path: root/devel/sdcc/files/patch-ac
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-08 03:43:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-08 03:43:45 +0000
commitc1aac5e2653b6b1763a1bbd9bdf2260abc895af6 (patch)
tree636af82a9bc38e0344b1d0e13fea9f258098e31a /devel/sdcc/files/patch-ac
parentAs announced on May 6, remove the broken devel/py-htmlkit port. (diff)
As announced on May 6, remove the broken devel/sdcc port.
Diffstat (limited to 'devel/sdcc/files/patch-ac')
-rw-r--r--devel/sdcc/files/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/sdcc/files/patch-ac b/devel/sdcc/files/patch-ac
deleted file mode 100644
index 23c309d11f16..000000000000
--- a/devel/sdcc/files/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-*** s51.src/cmd.src/newcmd.cc.orig Mon Nov 29 19:14:29 1999
---- s51.src/cmd.src/newcmd.cc Mon Nov 29 19:15:37 1999
-***************
-*** 704,710 ****
---- 704,714 ----
- cl_listen_console::proc_input(void)
- {
- int newsock;
-+ #ifdef __FreeBSD__
-+ socklen_t size;
-+ #else
- uint size;
-+ #endif
- struct sockaddr_in sock_addr;
-
- size= sizeof(struct sockaddr);