diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-26 14:20:12 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-26 14:20:12 +0000 |
commit | 55d071dcbd477c3f36ed13d3f835d83e9ad3554b (patch) | |
tree | d5b2622700199975a1e81295e2ba85677bc2c557 | |
parent | 2b075f1f8c2a821daa3b14e2c03c18ee6a8578b9 (diff) |
typo in last commit
-rw-r--r-- | sys/arch/amiga/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/include/vmparam.h b/sys/arch/amiga/include/vmparam.h index eaa2c20290e..f1f0a9ceace 100644 --- a/sys/arch/amiga/include/vmparam.h +++ b/sys/arch/amiga/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.5 1998/03/26 13:08:01 niklas Exp $ */ +/* $OpenBSD: vmparam.h,v 1.6 1998/03/26 14:20:11 niklas Exp $ */ /* $NetBSD: vmparam.h,v 1.16 1997/07/12 16:18:36 perry Exp $ */ /* @@ -177,7 +177,7 @@ #ifndef MAX_KMAP #define MAX_KMAP 10 #endif -#ifdef MAX_KMAPENT +#ifndef MAX_KMAPENT #define MAX_KMAPENT 500 #endif |