[zaptel-commits] qwell: branch 1.4 r2821 - /branches/1.4/zaptel.h
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Mon Aug 6 15:20:02 CDT 2007
Author: qwell
Date: Mon Aug 6 15:20:02 2007
New Revision: 2821
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2821
Log:
Include some headers from the target system rather than the build system.
Issue 10254, patch by mirabilos
Modified:
branches/1.4/zaptel.h
Modified: branches/1.4/zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/zaptel.h?view=diff&rev=2821&r1=2820&r2=2821
==============================================================================
--- branches/1.4/zaptel.h (original)
+++ branches/1.4/zaptel.h Mon Aug 6 15:20:02 2007
@@ -80,8 +80,6 @@
#include "ecdis.h"
#include "fasthdlc.h"
-#endif /* __KERNEL__ */
-
#ifdef CONFIG_DEVFS_FS
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
#include <linux/devfs_fs_kernel.h>
@@ -90,6 +88,7 @@
//#warning "Zaptel doesn't support DEVFS in post 2.4 kernels. Disabling DEVFS in zaptel"
#endif
#endif /* CONFIG_DEVFS_FS */
+#endif /* __KERNEL__ */
#ifndef ELAST
#define ELAST 500
More information about the zaptel-commits
mailing list