From 10ffd5c302d6e9e28fd6b6f6df30228e323a4e60 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sun, 7 Mar 2010 00:35:58 +0000 Subject: . Update to dgd 1.4.1. --- net/dgd/files/patch-src-comp.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net/dgd/files/patch-src-comp.c (limited to 'net/dgd/files/patch-src-comp.c') diff --git a/net/dgd/files/patch-src-comp.c b/net/dgd/files/patch-src-comp.c new file mode 100644 index 000000000000..e6337a27ef81 --- /dev/null +++ b/net/dgd/files/patch-src-comp.c @@ -0,0 +1,22 @@ +$FreeBSD$ + +--- 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; + { -- cgit v1.2.3