summaryrefslogtreecommitdiff
path: root/net-p2p/fidelio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-04-01 06:27:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-04-01 06:27:22 +0000
commit2f112b02e9cceee2be0290e69a42af5f9ec2e181 (patch)
treee9095e243ab3e2fc1349e168d67b4115e2efce56 /net-p2p/fidelio
parent- Change invalid MAINTAINER: (diff)
#definf is not a valid C preprocessor directive :-)
Notes
Notes: svn path=/head/; revision=57116
Diffstat (limited to 'net-p2p/fidelio')
-rw-r--r--net-p2p/fidelio/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/fidelio/files/patch-ab b/net-p2p/fidelio/files/patch-ab
new file mode 100644
index 000000000000..75c771668d47
--- /dev/null
+++ b/net-p2p/fidelio/files/patch-ab
@@ -0,0 +1,11 @@
+--- bookmarks.c.orig Sun Mar 31 22:03:02 2002
++++ bookmarks.c Sun Mar 31 22:03:07 2002
+@@ -52,7 +52,7 @@
+ #if FXML2
+ #define xmlChildNode children
+ #else
+-#definf xmlChildNode childs
++#define xmlChildNode childs
+ #endif
+ #endif
+