summaryrefslogtreecommitdiff
path: root/hpec
diff options
context:
space:
mode:
Diffstat (limited to 'hpec')
-rw-r--r--hpec/hpec_zaptel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hpec/hpec_zaptel.h b/hpec/hpec_zaptel.h
index 5a8ca1b..1ffc464 100644
--- a/hpec/hpec_zaptel.h
+++ b/hpec/hpec_zaptel.h
@@ -33,7 +33,7 @@ static int __attribute__((regparm(0))) __attribute__((format (printf, 1, 2))) lo
int res;
va_list args;
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,9)
va_start(args, format);
res = vprintk(format, args);
va_end(args);