make this build.

This commit is contained in:
mrg 2001-06-06 21:34:23 +00:00
parent 1833b2e5e6
commit 8b1f9462dc

View File

@ -1,4 +1,4 @@
/* $NetBSD: lkminit_emul.c,v 1.3 2000/12/17 16:00:38 jdolecek Exp $ */
/* $NetBSD: lkminit_emul.c,v 1.4 2001/06/06 21:34:23 mrg Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -46,6 +46,8 @@
#include <sys/file.h>
#include <sys/errno.h>
#include <compat/netbsd32/netbsd32.h>
extern const struct emul emul_netbsd32;
int compat_netbsd32_lkmentry __P((struct lkm_table *, int, int));