summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authormalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-30 14:08:42 +0000
committermalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-30 14:08:42 +0000
commit09968725886e0b715930dab56057ca449d098740 (patch)
treee15d332d9411ff83656e7505657f1c4b6e8d13d2 /zaptel.h
parentbe8f01ad196798eb94660ac887e1593821226897 (diff)
Bug # 1954: Looks like you don't need to compile against the
kernel sources anymore. Also comment out the DEVFS compile warning for post 2.4 systems running DEVFS (Gentoo) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@429 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.h')
-rwxr-xr-xzaptel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaptel.h b/zaptel.h
index 8e5ea65..c342d61 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -52,7 +52,7 @@
#include <linux/devfs_fs_kernel.h>
#else
#undef CONFIG_DEVFS_FS
-#warning "Zaptel doesn't support DEVFS in post 2.4 kernels. Disabling DEVFS in zaptel"
+//#warning "Zaptel doesn't support DEVFS in post 2.4 kernels. Disabling DEVFS in zaptel"
#endif
#endif /* CONFIG_DEVFS_FS */
#include <linux/ioctl.h>