[DGD] DGD 1.4.1

Greg Lewis glewis at eyesbeyond.com
Sat Feb 20 17:40:10 CET 2010


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



More information about the DGD mailing list