From 2f112b02e9cceee2be0290e69a42af5f9ec2e181 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 1 Apr 2002 06:27:22 +0000 Subject: #definf is not a valid C preprocessor directive :-) --- net-p2p/fidelio/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-p2p/fidelio/files/patch-ab (limited to 'net-p2p/fidelio') 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 + -- cgit v1.2.3