Prototype kmstartup()

This commit is contained in:
pk 1996-03-17 02:43:09 +00:00
parent c4b6757f2c
commit ac377e301d
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: systm.h,v 1.44 1996/03/16 23:12:14 christos Exp $ */
/* $NetBSD: systm.h,v 1.45 1996/03/17 02:43:09 pk Exp $ */
/*-
* Copyright (c) 1982, 1988, 1991, 1993
@ -196,6 +196,10 @@ int uiomove __P((caddr_t, int, struct uio *));
int setjmp __P((label_t *));
void longjmp __P((label_t *));
#ifdef GPROF
void kmstartup __P((void));
#endif
#include <lib/libkern/libkern.h>
#ifdef DDB