diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-11 22:53:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-11 22:53:42 +0000 |
commit | a2a75f42b96df600aefffb291919895e6cc9f1f2 (patch) | |
tree | f3f14ce55110a8d7c36916a55f6a4320f2fd1f36 /sys/arch/i386/include/freebsd_machdep.h | |
parent | 495e90d12de21424292515a57020ceeceec9711f (diff) |
put protos inside #ifdef _KERNEL
Diffstat (limited to 'sys/arch/i386/include/freebsd_machdep.h')
-rw-r--r-- | sys/arch/i386/include/freebsd_machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/i386/include/freebsd_machdep.h b/sys/arch/i386/include/freebsd_machdep.h index e9fd2cf977e..c338e2642d1 100644 --- a/sys/arch/i386/include/freebsd_machdep.h +++ b/sys/arch/i386/include/freebsd_machdep.h @@ -157,6 +157,8 @@ struct freebsd_ptrace_reg { /* sys/i386/include/exec.h */ #define FREEBSD___LDPGSZ 4096 +#ifdef _KERNEL void freebsd_sendsig __P((sig_t, int, int, u_long, int, union sigval)); +#endif #endif /* _FREEBSD_MACHDEP_H */ |