#ifdef _KERNEL_OPT police
This commit is contained in:
parent
88fd58993a
commit
9276710861
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: aoutm68k_stat.h,v 1.2 2003/06/23 11:01:52 martin Exp $ */
|
||||
/* $NetBSD: aoutm68k_stat.h,v 1.3 2003/06/25 20:30:15 martin Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -39,7 +39,9 @@
|
|||
#ifndef _AOUTM68K_STAT_H
|
||||
#define _AOUTM68K_STAT_H
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_compat_43.h"
|
||||
#endif
|
||||
|
||||
#pragma pack(2)
|
||||
|
||||
|
|
Loading…
Reference in New Issue