diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-02 00:06:07 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-02 00:06:07 +0000 |
commit | b2a7bcf1c6ab2f0dfb98b56de2bb2512f3f0d33a (patch) | |
tree | 976938a589b4628bb54e5ba46f0cf3d912b08489 /sys/vm/vm_map.h | |
parent | 6b0d7d475099e45ef06df97446491a48ba27be1b (diff) |
Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.
Diffstat (limited to 'sys/vm/vm_map.h')
-rw-r--r-- | sys/vm/vm_map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index cd3e305710f..d67ca25e845 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -1,3 +1,4 @@ +/* $OpenBSD: vm_map.h,v 1.3 1996/08/02 00:06:01 niklas Exp $ */ /* $NetBSD: vm_map.h,v 1.11 1995/03/26 20:39:10 jtc Exp $ */ /* |