]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
I still don't get it why libtool, doesn't link the correct .o files to the
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 18 Apr 2005 08:59:18 +0000 (08:59 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 18 Apr 2005 08:59:18 +0000 (08:59 +0000)
shared library

parse.c

diff --git a/parse.c b/parse.c
index 00852c9f35f001bd7576cf3d19ceeda858f00b9c..c26af7198b9375cbd4291bd7c2c53457d2888c48 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -337,8 +337,8 @@ ldns_bskipcs(ldns_buffer *buffer, const char *s)
 void
 ldns_fskipc(FILE *fp, char c)
 {
-
-
+       fp = fp;
+       c = c;
 }