diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-09 02:14:07 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-09 02:14:07 +0000 |
commit | de1e8ed235485a39b0a8a522c89dbe48c76d1acb (patch) | |
tree | a331e972cffccd716d9532b555140dee691c117d /sys/arch/powerpc/include/param.h | |
parent | e457f4fbe0f819a570f2fc901174aabf6570cbfa (diff) |
more spacees, includes, protos
Diffstat (limited to 'sys/arch/powerpc/include/param.h')
-rw-r--r-- | sys/arch/powerpc/include/param.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index 9b01de2be9a..8de202ada69 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.16 2001/07/06 02:07:43 provos Exp $ */ +/* $OpenBSD: param.h,v 1.17 2001/07/09 02:14:05 mickey Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -137,6 +137,8 @@ #define EMPTY_SEGMENT 0xfffff0 #define USER_ADDR ((void *)(USER_SR << ADDR_SR_SHFT)) +#define __COMPAT_OLD_TIMEOUTS + /* * Some system constants */ |