#include "debug_kloader.h"

This commit is contained in:
uwe 2003-11-01 02:29:08 +00:00
parent 818209017c
commit 289bc4802a
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kloader_machdep.c,v 1.7 2003/07/15 02:29:38 lukem Exp $ */
/* $NetBSD: kloader_machdep.c,v 1.8 2003/11/01 02:29:08 uwe Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@ -34,7 +34,9 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kloader_machdep.c,v 1.7 2003/07/15 02:29:38 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: kloader_machdep.c,v 1.8 2003/11/01 02:29:08 uwe Exp $");
#include "debug_kloader.h"
#include <sys/param.h>
#include <sys/systm.h>