From vince@trinity.xxxxx.org Thu Jul 11 06:58:02 2002 Date: Thu, 11 Jul 2002 14:58:00 +0100 Subject: annex terminal server From: Vincent Sanders I attach a diff against the R10.0B software that nortel let you download, this gets the sw to build on a debian gnu linux 3.0 box. Perhaps you can add a warning on the site that if you use the installer from that tarball on a modern debian system half the src code isnt copied! and if you select any of the binary install options the script fails completely. Hence the best way to get bianries for these systems is simply unpack the nortel tarball apply this patch to the src dir and type make, it includes the "auto generated" files because I have had to manualy hand change them as there completely unsuitable otherwise... hope this is of some interest. -- Regards Vincent http://www.kyllikki.org/ --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="R10.0B-debian.diff" Content-Transfer-Encoding: quoted-printable Only in src: Makefile Only in src/inc: arpa Only in src/inc: net Only in src/inc: netinet Only in src/inc: search.h Only in src/inc: sys Only in src: installer diff -rb -u R10.0B/src/libannex/api_if.c src/libannex/api_if.c --- R10.0B/src/libannex/api_if.c Mon Mar 3 22:02:10 1997 +++ src/libannex/api_if.c Thu Jul 4 17:37:18 2002 @@ -969,7 +969,7 @@ else return(rv); #else - struct fd_set fdset; + fd_set fdset; struct timeval tv; int cc; =20 Only in src: make.config Only in src/na: na diff -rb -u R10.0B/src/netadm/rpc.c src/netadm/rpc.c --- R10.0B/src/netadm/rpc.c Wed Aug 13 21:16:17 1997 +++ src/netadm/rpc.c Thu Jul 4 17:57:39 2002 @@ -14,7 +14,7 @@ * Original Author: Dave Harris Created on: April 4, 1988 * *************************************************************************= ****/ - +#define SYS_V /* Include Files */ #include "../inc/config.h" =20 @@ -825,3 +825,5 @@ return hostdata->h_name; #endif } + +int bsd_ioctl (int d, unsigned long request, char *argp){ ioctl (d, reques= t, argp); } Only in src/newrtelnet: debugging.c Only in src/newrtelnet: machdep.c Only in src/newrtelnet: machdep.lin --fdj2RfSjLxBAspz7-- --0eh6TmSyL6TZE2Uz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9LY7oiUwwPOvjHvURAvmjAKDdEUndte69nKa0etJP3GrIYpxl3gCeL8YU 2AdiB7JKmZ563q8bKmM21PY= =/yvd -----END PGP SIGNATURE----- --0eh6TmSyL6TZE2Uz--