Subject: linux includes
To: None <tech-pkg@netbsd.org>
From: Joe Reed <jnr@cwru.edu>
List: tech-pkg
Date: 08/10/2003 12:39:20
hi,

i'm trying to package k3b, a kde/qt based cd burning frontend.  however, a few 
files include the following files:
	linux/version.h
	linux/../scsi/scsi.h
	linux/cdrom.h
	linux/major.h
	linux/limits.h

do any of our emul packages have versions of these files to include?  is there 
some other solution to this issue other than looking for the necessary 
functions in NetBSD files and patching?

or, is the preferred method really to just patch the individual files?

--joe