diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-01 20:35:36 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-01 20:35:36 +0000 |
commit | 54292f9ef9b28fc3ebbd657ac3f1574c64f4f527 (patch) | |
tree | 7bb0542ef40f626607e327cc7ee33a61e7c9aa9e /sys/compat/hpux | |
parent | baf234fb1ccc180b8bc094c4a404e9a309b4801d (diff) |
add HPUX_SYSCONF_CPUPA20
Diffstat (limited to 'sys/compat/hpux')
-rw-r--r-- | sys/compat/hpux/hpux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/hpux/hpux.h b/sys/compat/hpux/hpux.h index 725c04f8ed5..df91477a0cc 100644 --- a/sys/compat/hpux/hpux.h +++ b/sys/compat/hpux/hpux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux.h,v 1.9 2003/06/02 23:28:00 millert Exp $ */ +/* $OpenBSD: hpux.h,v 1.10 2004/07/01 20:35:35 mickey Exp $ */ /* $NetBSD: hpux.h,v 1.11 1997/04/01 19:58:58 scottr Exp $ */ /* @@ -302,6 +302,7 @@ struct hpux_sigaction { #define HPUX_SYSCONF_CPUM040 0x20E #define HPUX_SYSCONF_CPUPA10 0x20B #define HPUX_SYSCONF_CPUPA11 0x210 +#define HPUX_SYSCONF_CPUPA20 0x214 /* mmap stuff */ #define HPUXMAP_FIXED 0x04 |