~ubuntu-branches/ubuntu/hoary/cdrtools/hoary

« back to all changes in this revision

Viewing changes to cdda2wav/lowlevel.h

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2002-04-09 10:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020409100306-0mibp3jcbifarjue
Tags: 4:1.10-7
* The seventh-time-lucky release. This should go into Woody.
* Simplified the old crap^h^h^h^hdebconf interaction part, moved makedev
  calls to cdrecord.postinst, since makedev != essential. Closes: #141905

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#ifndef LOWLEVEL
5
5
# define LOWLEVEL 1
6
6
 
7
 
# if defined(__linux__)
 
7
# if defined(linux)
8
8
#  include <linux/version.h>
9
9
#  include <linux/major.h>
10
10
 
11
 
# endif /* defined __linux__ */
 
11
# endif /* defined linux */
12
12
 
13
13
#endif /* ifndef LOWLEVEL */