diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:50:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:50:25 +0000 |
commit | d9fb94daca073bbf27a0ba435c297584d56aba98 (patch) | |
tree | 6ecff995bff061b42a72ce5a5d4d74e77b62fbb8 /sys/compat/sunos/sunos.h | |
parent | b2df54f4e36d41350a0eee6620394724d4752278 (diff) |
simple things
Diffstat (limited to 'sys/compat/sunos/sunos.h')
-rw-r--r-- | sys/compat/sunos/sunos.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos.h b/sys/compat/sunos/sunos.h index c72d9353b89..154bbda3297 100644 --- a/sys/compat/sunos/sunos.h +++ b/sys/compat/sunos/sunos.h @@ -1,5 +1,5 @@ -/* $OpenBSD: sunos.h,v 1.2 1996/04/18 21:21:42 niklas Exp $ */ -/* $NetBSD: sunos.h,v 1.6 1996/02/18 14:46:28 pk Exp $ */ +/* $OpenBSD: sunos.h,v 1.3 1996/05/10 12:50:22 deraadt Exp $ */ +/* $NetBSD: sunos.h,v 1.8 1996/05/05 16:07:43 veego Exp $ */ #define SUNM_RDONLY 0x01 /* mount fs read-only */ #define SUNM_NOSUID 0x02 /* mount fs with setuid disallowed */ @@ -158,3 +158,9 @@ struct sunos_audio_info { #define SUNOS_AUDIO_DEV_SPEAKERBOX 2 #define SUNOS_AUDIO_DEV_CODEC 3 +__BEGIN_DECLS +/* Defined in arch/m68k/m68k/sunos_machdep.c -- sparc uses regular sendsig() */ +#ifndef sparc +void sunos_sendsig __P((sig_t, int, int, u_long)); +#endif +__END_DECLS |