1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

simos.c needs a to be updated from the old pci shims. Yell loudly but

stop breaking alpha LINT.
This commit is contained in:
Peter Wemm 2002-09-19 03:40:17 +00:00
parent e9cfb9ae3a
commit 78ff825835
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103592

View File

@ -26,6 +26,10 @@
* $FreeBSD$
*/
#ifdef COMPILING_LINT
#warning "The simos driver is broken and is not compiled with LINT"
#else
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
@ -348,3 +352,6 @@ simos_intr(int unit)
simos_done(sc);
}
#endif /* !COMPILING_LINT */