diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-14 23:37:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-14 23:37:22 +0000 |
commit | 3e4e231cf1b49b531f09dcdf89a0295e00a7750b (patch) | |
tree | 4ba885d3f804f37f14212f362dad2244e8c0ff2a /sys | |
parent | a0b942d99bdf94a7b0298b103d22dd056a52c92a (diff) |
no such thing as machparam.h; bmah@ca.sandia.gov
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 746c8611ec4..a971af102ec 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.26 2000/01/06 03:34:39 smurph Exp $ */ +/* $OpenBSD: param.h,v 1.27 2000/01/14 23:37:21 deraadt Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -127,7 +127,7 @@ /* * Clustering of hardware pages on machines with ridiculously small * page sizes is done here. The paging subsystem deals with units of - * CLSIZE pte's describing NBPG (from machine/machparam.h) pages each. + * CLSIZE pte's describing NBPG (from machine/param.h) pages each. */ #define CLBYTES (CLSIZE*NBPG) #define CLOFSET (CLSIZE*NBPG-1) /* for clusters, like PGOFSET */ |