Fix DISABLE_DNSSEC build
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 21 Apr 2014 12:07:17 +0000 (13:07 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 21 Apr 2014 12:07:17 +0000 (13:07 +0100)
Bad syntax possibly only affected some compilers.

src/Makefile
src/src/dns.c

index 31c459a056452dbaf0f61f60e85ece2f0a1f02f5..b913aec8a87938cee06ff7c9b69e23aa0965d214 100644 (file)
@@ -90,7 +90,8 @@ distclean:; $(RM_COMMAND) -rf build-* cscope*
 cscope.files: FRC
        echo "-q" > $@
        echo "-p3" >> $@
 cscope.files: FRC
        echo "-q" > $@
        echo "-p3" >> $@
-       find src Local -name "*.[cshyl]" -print \
+       find src Local OS -name "*.[cshyl]" -print \
+                   -o -name "os.h*" -print \
                    -o -name "*akefile*" -print \
                    -o -name EDITME -print >> $@
 
                    -o -name "*akefile*" -print \
                    -o -name EDITME -print >> $@
 
index a15eb033a797c71b8c96d4768332379ddc5ff17d..6efb88d5843b4f96ee04cef42597b44644ce1ead 100644 (file)
@@ -233,7 +233,7 @@ if (dns_dnssec_ok >= 0)
         dns_dnssec_ok ? "" : "un");
 if (use_dnssec)
   DEBUG(D_resolver)
         dns_dnssec_ok ? "" : "un");
 if (use_dnssec)
   DEBUG(D_resolver)
-    debug_printf("Unable to set DNSSEC without resolver support.\n")
+    debug_printf("Unable to set DNSSEC without resolver support.\n");
 # endif
 #endif /* DISABLE_DNSSEC */
 
 # endif
 #endif /* DISABLE_DNSSEC */