diff options
author | 1999-08-14 03:42:16 +0000 | |
---|---|---|
committer | 1999-08-14 03:42:16 +0000 | |
commit | e5272b3d991dba2d50f99ba20ff68dcca4278819 (patch) | |
tree | ee0ba60522c989020a569c8a1c9e906134128da5 | |
parent | proper ipl values. (diff) | |
download | wireguard-openbsd-e5272b3d991dba2d50f99ba20ff68dcca4278819.tar.xz wireguard-openbsd-e5272b3d991dba2d50f99ba20ff68dcca4278819.zip |
s/STACK_GROWS_UP/MACHINE_STACK_GROWS_UP/
-rw-r--r-- | sys/arch/hppa/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 518d7aa8df9..c1a8a352251 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.3 1999/04/20 19:45:16 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.4 1999/08/14 03:42:16 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -60,7 +60,7 @@ #define BLKDEV_IOSIZE 2048 #define MAXPHYS (64 * 1024) /* max raw I/O transfer size */ -#define STACK_GROWS_UP 1 /* stack grows to higher addresses */ +#define MACHINE_STACK_GROWS_UP 1 /* stack grows to higher addresses */ #define CLSIZE 1 #define CLSIZELOG2 0 |