summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_unix.c
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-07-25 14:47:58 +0000
committerart <art@openbsd.org>2001-07-25 14:47:58 +0000
commitf3d73d5bd5dc3ab77543464451aedb1ad1a0cf2c (patch)
tree1e5354b2734d014c169b1bb680c3080790a4f4cf /sys/uvm/uvm_unix.c
parentcleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org (diff)
downloadwireguard-openbsd-f3d73d5bd5dc3ab77543464451aedb1ad1a0cf2c.tar.xz
wireguard-openbsd-f3d73d5bd5dc3ab77543464451aedb1ad1a0cf2c.zip
Some updates to UVM from NetBSD. Nothing really critical, just a sync.
Diffstat (limited to 'sys/uvm/uvm_unix.c')
-rw-r--r--sys/uvm/uvm_unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_unix.c b/sys/uvm/uvm_unix.c
index eef8c966119..7b0f894c782 100644
--- a/sys/uvm/uvm_unix.c
+++ b/sys/uvm/uvm_unix.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: uvm_unix.c,v 1.10 2001/05/05 21:26:46 art Exp $ */
-/* $NetBSD: uvm_unix.c,v 1.8 1999/03/25 18:48:56 mrg Exp $ */
+/* $OpenBSD: uvm_unix.c,v 1.11 2001/07/25 14:47:59 art Exp $ */
+/* $NetBSD: uvm_unix.c,v 1.10 1999/12/30 16:09:47 eeh Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.