diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-01-24 04:47:55 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-01-24 04:47:55 +0000 |
| commit | 71061fe7a7d26f7a79a1bb8ff4b09ac20ffebafb (patch) | |
| tree | f23d4817b36bef8a73384e8c98276ecd32b2a12d /devel/sdcc/files/patch-ac | |
| parent | 5fe982bdb6093f1e8b3ca351ef1b4e0cfbc78dd7 (diff) | |
Update to version 2.1.9Ea.
PR: 15867
Submitted by: maintainer
Diffstat (limited to 'devel/sdcc/files/patch-ac')
| -rw-r--r-- | devel/sdcc/files/patch-ac | 33 |
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); |
