diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-10 03:03:11 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-10 03:03:11 +0000 |
commit | 9874d23ca8a880e4805c95fae6f44db64d3441fa (patch) | |
tree | 9150c0461fc0e56ca0e982eb8578eafe6dffd8d2 | |
parent | b1d070269012496fc9ea43ab62f9f6d4c6855c86 (diff) |
Update comment
-rw-r--r-- | sys/sys/param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 0ad1ce9422e..998594a680a 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.43 2001/11/28 13:47:39 art Exp $ */ +/* $OpenBSD: param.h,v 1.44 2001/12/10 03:03:10 art Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -231,6 +231,7 @@ #ifdef _KERNEL /* * Defaults for Unified Buffer Cache parameters. + * May be overridden in <machine/param.h> */ #ifndef UBC_WINSHIFT |