define symbols also if _STANDALONE because arc4random needs mono_time. This

needs to be fixed differently.
This commit is contained in:
christos 2003-10-02 12:14:00 +00:00
parent d83af104d4
commit c7d852f62e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kernel.h,v 1.21 2003/09/30 19:20:05 christos Exp $ */
/* $NetBSD: kernel.h,v 1.22 2003/10/02 12:14:00 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -39,7 +39,7 @@
#ifndef _SYS_KERNEL_H_
#define _SYS_KERNEL_H_
#ifdef _KERNEL
#if defined(_KERNEL) || defined(_STANDALONE)
/* Global variables for the kernel. */
extern long hostid;