[zaptel-commits] file: branch 1.4 r2297 - in /branches/1.4: ./ hpec/hpec_zaptel.h

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Thu Mar 8 08:58:11 MST 2007


Author: file
Date: Thu Mar  8 09:58:10 2007
New Revision: 2297

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2297
Log:
Merged revisions 2296 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r2296 | file | 2007-03-08 10:56:05 -0500 (Thu, 08 Mar 2007) | 2 lines

vprintk is only available on 2.6.9+ (issue #9232 reported by baconbuttie)

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/hpec/hpec_zaptel.h

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/hpec/hpec_zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/hpec/hpec_zaptel.h?view=diff&rev=2297&r1=2296&r2=2297
==============================================================================
--- branches/1.4/hpec/hpec_zaptel.h (original)
+++ branches/1.4/hpec/hpec_zaptel.h Thu Mar  8 09:58:10 2007
@@ -33,7 +33,7 @@
 	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);



More information about the zaptel-commits mailing list