~ubuntu-branches/ubuntu/quantal/zaptel/quantal

« back to all changes in this revision

Viewing changes to zaptel.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell, Tzafrir Cohen, Kilian Krause, Mark Purcell
  • Date: 2006-12-02 14:33:30 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061202143330-ezh6vrvpmab44gw8
Tags: 1:1.2.11.dfsg-1
[ Tzafrir Cohen ]
* Reverting my changes from 1:1.2.9.1.dfsg-2. Moved to the experimental
  branch.

[ Kilian Krause ]
* Remove bogus zaptel-modules from being Recommends (Closes: #387961)
* Update vzaphfc as proposed by Jens Wilke

[ Mark Purcell ]
* New Upstream Release
  - Fixes: Fails to build with pristine upstream kernel, very recent version
  (Closes: #400705)
  - Fixes: Please package version 1.2.11 (Closes: #399634)
  - Fixes: vzaphfc: error: 'CHECKSUM_HW' undeclared (Closes: #386498)
* Cleanup debian/patches/wct4xxp-dfsg.dpatch
* debian/rules call dh_installmodules from binary_modules:
  - Fixes:  I had to do depmod -a manually after doing m-a a-i zaptel (Closes:
  #332787)
* Update debian/patches/Makefile_uname.dpatch to force -O2
  - Fixes:  Cannot initiate a call to BRI (Closes: #386052)
* Remove Depends: zaptel from debian/control.modules.in
  - please don't depend on zaptel (Closes: #391826)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 * along with this program; if not, write to the Free Software
25
25
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
26
26
 *
27
 
 * $Id: zaptel.h 865 2005-12-17 02:04:05Z kpfleming $
 
27
 * $Id: zaptel.h 1519 2006-10-20 01:23:26Z file $
28
28
 */
29
29
 
30
30
#ifndef _LINUX_ZAPTEL_H
32
32
 
33
33
#ifdef __KERNEL__
34
34
#include "zconfig.h"
 
35
#include <linux/version.h>
 
36
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
35
37
#include <linux/config.h>
36
 
#include <linux/version.h>
 
38
#endif
37
39
#ifdef CONFIG_ZAPATA_NET        
38
40
#include <linux/hdlc.h>
39
41
#endif