[DGD] DGD 1.4.1
bart at wotf.org
bart at wotf.org
Sat Feb 20 18:25:16 CET 2010
Thanks, will soon add it to the repository, so it will be included in 1.4.2
Bart.
On Sat, 20 Feb 2010 08:40:10 -0800, Greg Lewis wrote
> Looks like NETWORK_EXTENSIONS is misspelt as NETWORK_EXTENSION in comp.c
> Here is a patch that unbreaks the build for people building the
> precompiler.
>
> --- src/comp/comp.c.orig 2010-02-20 08:34:08.000000000 -0800
> +++ src/comp/comp.c 2010-02-20 08:34:17.000000000 -0800
> @@ -631,7 +631,7 @@
> * NAME: comm->init()
> * DESCRIPTION: pretend to initialize communications
> */
> -#ifndef NETWORK_EXTENSION
> +#ifndef NETWORK_EXTENSIONS
> bool comm_init(n, thosts, bhosts, tports, bports, ntelnet, nbinary)
> int n, ntelnet, nbinary;
> #else
> @@ -765,7 +765,7 @@
> * NAME: comm->users()
> * DESCRIPTION: pretend to return an array with all user objects
> */
> -#ifndef NETWORK_EXTENSION
> +#ifndef NETWORK_EXTENSIONS
> array *comm_users(data)
> dataspace *data;
> {
> --
> Greg Lewis Email : glewis at eyesbeyond.com
> Eyes Beyond Web : http://www.eyesbeyond.com
> Information Technology FreeBSD : glewis at FreeBSD.org
> ___________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
--
Created with Open WebMail at http://www.bartsplace.net/
Read my weblog at http://soapbox.bartsplace.net/
More information about the DGD
mailing list