[DGD] DGD 1.4.1
Shentino
shentino at gmail.com
Sat Feb 20 23:35:32 CET 2010
My off_t patch appears to be missing from the trunk...have you applied it
yet?
P.S. Thanks to felix for the instructions and erwin for the inspiration and
for providing a verification target.
On Sat, Feb 20, 2010 at 9:25 AM, <bart at wotf.org> wrote:
> 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/
>
> ___________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
>
More information about the DGD
mailing list