summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-06 20:23:16 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-06 20:23:16 +0000
commitbb3481b5f6e080f3fa7bc92da99a6e12abb38156 (patch)
tree62e929bfa5826b059968738207d308cfc95376f3
parent44796253c87076008065ef95c4e98046b1c586d9 (diff)
Merged revisions 2821 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 (closes issue #10254) ........ r2821 | qwell | 2007-08-06 15:20:02 -0500 (Mon, 06 Aug 2007) | 4 lines Include some headers from the target system rather than the build system. Issue 10254, patch by mirabilos ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2822 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--zaptel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/zaptel.h b/zaptel.h
index 3bf2205..a06c5c3 100644
--- a/zaptel.h
+++ b/zaptel.h
@@ -72,8 +72,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>
@@ -82,6 +80,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