We onlyu need sa_system_disabled iff we're in the kernel.
This commit is contained in:
parent
147b99ba9a
commit
fdc932bfd7
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sa.h,v 1.12 2008/10/15 06:52:38 wrstuden Exp $ */
|
||||
/* $NetBSD: sa.h,v 1.13 2008/10/20 16:01:28 wrstuden Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -69,6 +69,8 @@ struct sa_stackinfo_t {
|
||||
|
||||
#define SA_FLAG_STACKINFO 0x010000 /* Use stackinfo for upcall stack return */
|
||||
|
||||
#ifdef _KERNEL
|
||||
int sa_system_disabled;
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#endif /* !_SYS_SA_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user