[asterisk-bugs] [Asterisk 0003343]: [patch] Zaptel doesn't compile under 2.4 kernel
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jun 7 10:47:36 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=3343
======================================================================
Reported By: Brixius
Assigned To: markster
======================================================================
Project: Asterisk
Issue ID: 3343
Category: Core/General
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: I did not set the version :(
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 01-14-2005 16:00 CST
Last Modified: 06-07-2008 10:47 CDT
======================================================================
Summary: [patch] Zaptel doesn't compile under 2.4 kernel
Description:
cvs head of zaptel does not compile under 2.4 kernel. It appears that the
resolution for bug http://bugs.digium.com/view.php?id=3334 (mydiff.txt)which
added
+#include <linux/moduleparam.h>
to a bunch of files, this is not a valid header under kernel 2.4 so I
believe this should have been
+#ifdef LINUX26
+#include <linux/moduleparam.h>
+#endif
This compiles under kernel 2.4 but I don't have a 2.6 box to test with at
the moment.
======================================================================
----------------------------------------------------------------------
svnbot - 06-07-08 10:47
----------------------------------------------------------------------
Repository: dahdi
Revision: 558
U trunk/pciradio.c
U trunk/tor2.c
U trunk/torisa.c
U trunk/wcfxo.c
U trunk/wct1xxp.c
U trunk/wct4xxp.c
U trunk/wctdm.c
U trunk/wcte11xp.c
U trunk/zaptel.c
U trunk/ztdummy.c
U trunk/ztdynamic.c
------------------------------------------------------------------------
r558 | markster | 2008-06-07 10:47:35 -0500 (Sat, 07 Jun 2008) | 2 lines
Fix build for 2.4 kernel (bug http://bugs.digium.com/view.php?id=3343)
------------------------------------------------------------------------
http://svn.digium.com/view/dahdi?view=rev&revision=558
Issue History
Date Modified Username Field Change
======================================================================
06-07-08 10:47 svnbot Checkin
06-07-08 10:47 svnbot Note Added: 0087997
======================================================================
More information about the asterisk-bugs
mailing list