diff options
author | 2001-12-10 03:03:10 +0000 | |
---|---|---|
committer | 2001-12-10 03:03:10 +0000 | |
commit | 6a28113895ba8412bdd2103d9be887788d120c12 (patch) | |
tree | 062fa3b17755e5e42218b0a5356bfa2c4797fc1c | |
parent | Merge in struct uvm_vnode into struct vnode. (diff) | |
download | wireguard-openbsd-6a28113895ba8412bdd2103d9be887788d120c12.tar.xz wireguard-openbsd-6a28113895ba8412bdd2103d9be887788d120c12.zip |
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 |