diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-07-18 14:38:08 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-07-18 14:38:08 +0000 |
commit | ed6e49ee920653835b3ee83f2baaae25e31921f9 (patch) | |
tree | 65e8c62c24fde9d1cadce4ae2a6386350b0f5662 | |
parent | d771eb7d4a9f39b7a28590d46946192b5cc6bf14 (diff) |
Correct the NetBSD tag.
-rw-r--r-- | sys/uvm/uvm_map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c index 5fb1a9ddeb1..2a191725670 100644 --- a/sys/uvm/uvm_map.c +++ b/sys/uvm/uvm_map.c @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_map.c,v 1.20 2001/07/18 10:47:05 art Exp $ */ -/* $NetBSD: uvm_map.c,v 1.68 1999/08/21 02:19:05 thorpej Exp $ */ +/* $OpenBSD: uvm_map.c,v 1.21 2001/07/18 14:38:07 art Exp $ */ +/* $NetBSD: uvm_map.c,v 1.69 1999/09/12 01:17:37 chs Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. |