summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorcsapuntz <csapuntz@openbsd.org>1997-11-06 05:58:00 +0000
committercsapuntz <csapuntz@openbsd.org>1997-11-06 05:58:00 +0000
commit07feb63c29dabe2798f31749f3e8a89dc96eee83 (patch)
treed13e0c3a511d6f2ef321c9972bd6f67a6912631c /sys/kern/sys_pipe.c
parenttemp <machine_btop() fix (diff)
downloadwireguard-openbsd-07feb63c29dabe2798f31749f3e8a89dc96eee83.tar.xz
wireguard-openbsd-07feb63c29dabe2798f31749f3e8a89dc96eee83.zip
Updates for VFS Lite 2 + soft update.
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 1823a253d43..559ceee1c09 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys_pipe.c,v 1.7 1997/10/06 20:20:02 deraadt Exp $ */
+/* $OpenBSD: sys_pipe.c,v 1.8 1997/11/06 05:58:21 csapuntz Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -77,7 +77,7 @@
#include <vm/vm.h>
#include <vm/vm_prot.h>
#include <vm/vm_param.h>
-#include <vm/lock.h>
+#include <sys/lock.h>
#include <vm/vm_object.h>
#include <vm/vm_kern.h>
#include <vm/vm_extern.h>