diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-10-24 04:08:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-10-24 04:08:52 +0000 |
commit | 98036bec4c0ed0ac4a5072bd0a059c44f64e05f5 (patch) | |
tree | e4f140b6bf5b660da15786bf5cf18ea17f2b6517 /sys | |
parent | 72e7c22e9956b411e3e7062ea6aa5c8a04092ff0 (diff) |
make libc compile
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index 24dd71394ca..a48ad7c7f7e 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.17 2001/09/22 18:00:09 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.18 2001/10/24 04:08:51 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -105,7 +105,7 @@ #define VM_FREELIST_DEFAULT 0 #define VM_FREELIST_FIRST16 1 -#ifdef _KERNEL +#ifndef _LOCORE struct pmap_physseg { struct pv_entry *pvent; }; |