diff options
author | 2000-01-27 18:56:13 +0000 | |
---|---|---|
committer | 2000-01-27 18:56:13 +0000 | |
commit | f94499128f710247cbb874a75cbdc9fbe74cb4b6 (patch) | |
tree | 4d55e16c7797cf1b27f41d226f715a1d0d4b7431 /sys/kern/sys_pipe.c | |
parent | No prototypes and variables from this file are used in UVM. (ifdef) (diff) | |
download | wireguard-openbsd-f94499128f710247cbb874a75cbdc9fbe74cb4b6.tar.xz wireguard-openbsd-f94499128f710247cbb874a75cbdc9fbe74cb4b6.zip |
No need to include sys/vmmeter.h
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r-- | sys/kern/sys_pipe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 99517d9baf5..431e1d29170 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys_pipe.c,v 1.22 1999/11/25 13:39:38 art Exp $ */ +/* $OpenBSD: sys_pipe.c,v 1.23 2000/01/27 18:56:13 art Exp $ */ /* * Copyright (c) 1996 John S. Dyson @@ -42,7 +42,6 @@ #include <sys/signalvar.h> #include <sys/errno.h> #include <sys/queue.h> -#include <sys/vmmeter.h> #include <sys/kernel.h> #include <sys/mount.h> #include <sys/syscallargs.h> |