aboutsummaryrefslogtreecommitdiff
path: root/net/dgd/files/patch-src-comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dgd/files/patch-src-comp.c')
-rw-r--r--net/dgd/files/patch-src-comp.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/dgd/files/patch-src-comp.c b/net/dgd/files/patch-src-comp.c
deleted file mode 100644
index e6337a27ef81..000000000000
--- a/net/dgd/files/patch-src-comp.c
+++ /dev/null
@@ -1,22 +0,0 @@
-$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;
- {