diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2010-02-14 20:49:55 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2010-02-14 20:49:55 +0000 |
commit | 0f06e6cd3f0e0384ac706a16d95edc8b4e7dfb4c (patch) | |
tree | 5bf065696f8101dc8b73ab27df6184b61de5768a /net/dgd/files/patch-comp.c | |
parent | Chase the goffice 0.8.0 update. (diff) |
. Update to 1.4.
. Since 1.4 is now under the GPL, remove the NO_CDROM and RESTRICTED
entries.
Notes
Notes:
svn path=/head/; revision=249857
Diffstat (limited to 'net/dgd/files/patch-comp.c')
-rw-r--r-- | net/dgd/files/patch-comp.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/dgd/files/patch-comp.c b/net/dgd/files/patch-comp.c deleted file mode 100644 index 42e2c320c7db..000000000000 --- a/net/dgd/files/patch-comp.c +++ /dev/null @@ -1,19 +0,0 @@ -$FreeBSD$ - ---- src/comp/comp.c.orig 2009-07-03 21:10:25.000000000 -0700 -+++ src/comp/comp.c 2009-07-03 21:12:26.000000000 -0700 -@@ -699,6 +699,14 @@ - return (string *) NULL; - } - -+#ifdef NETWORK_PACKAGE -+bool comm_is_connection(obj) -+object *obj; -+{ -+ return FALSE; -+} -+#endif -+ - /* - * NAME: comm->close() - * DESCRIPTION: pretend to remove a user |