diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:29:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:29:32 +0000 |
commit | 86b4fdd623d3c50d7bfd9427c2c9208454cd0da7 (patch) | |
tree | 5d95abcaf58d01703a30c7ab600537d3b8f67989 /sys/arch/pmax/include | |
parent | e2cd6c399798843e13e76f49dc8ee048b51f99f1 (diff) |
update from netbsd (verbatim)
Diffstat (limited to 'sys/arch/pmax/include')
-rw-r--r-- | sys/arch/pmax/include/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/pmax/include/types.h b/sys/arch/pmax/include/types.h index 7e02fc291e0..4e42f810bdf 100644 --- a/sys/arch/pmax/include/types.h +++ b/sys/arch/pmax/include/types.h @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.10 1995/07/06 03:39:43 cgd Exp $ */ +/* $NetBSD: types.h,v 1.11 1995/12/09 04:41:47 mycroft Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -74,5 +74,6 @@ typedef int32_t register_t; #define __BDEVSW_DUMP_OLD_TYPE #define __SWAP_BROKEN +#define __FORK_BRAINDAMAGE #endif /* _MACHTYPES_H_ */ |