aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdcc/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdcc/files/patch-ac')
-rw-r--r--devel/sdcc/files/patch-ac33
1 files changed, 15 insertions, 18 deletions
diff --git a/devel/sdcc/files/patch-ac b/devel/sdcc/files/patch-ac
index bcfd3c1d5d2d..23c309d11f16 100644
--- a/devel/sdcc/files/patch-ac
+++ b/devel/sdcc/files/patch-ac
@@ -1,19 +1,16 @@
-*** s51.src/configure.orig Thu Aug 26 18:13:19 1999
---- s51.src/configure Thu Aug 26 18:13:49 1999
+*** 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
***************
-*** 812,818 ****
- # ./install, which can be erroneously created by make from ./install.sh.
- echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
- echo "configure:815: checking for a BSD compatible install" >&5
-! if test -z "$INSTALL"; then
- if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
---- 812,818 ----
- # ./install, which can be erroneously created by make from ./install.sh.
- echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
- echo "configure:815: checking for a BSD compatible install" >&5
-! if true ; then
- if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
+*** 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);