summaryrefslogtreecommitdiff
path: root/security/cracklib/files/patch-lib_rules.c
blob: db39252161ad75dbc3817ee9f6d25d12f0d99344 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/rules.c.orig	2019-02-14 01:54:41 UTC
+++ lib/rules.c
@@ -26,6 +26,8 @@ Debug(val, a, b, c, d, e, f, g)
 {
     fprintf(stderr, a, b, c, d, e, f, g);
 }
+#elif 1
+#define Debug(n, f, ...) do {} while (0)
 #else
 static void
 Debug(val, a, b, c, d, e, f, g)