summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_bio.c
diff options
context:
space:
mode:
authorBret Lambert <blambert@cvs.openbsd.org>2008-06-11 04:52:28 +0000
committerBret Lambert <blambert@cvs.openbsd.org>2008-06-11 04:52:28 +0000
commitd5fd8ef27566a1cc60baba9cf6624cc6e82098b7 (patch)
tree707b59d209d9d71dd13f5f615e37d108ce76106f /sys/nfs/nfs_bio.c
parent756bea63ce1503e31fa7dd33982153bc7c867b83 (diff)
Canonical for() -> queue.h FOREACH macro conversions.
Also, it is historical practice to #include <sys/queue.h> when using queue.h macros. ok thib@ krw@ special thanks to krw@ for reminders vice violence
Diffstat (limited to 'sys/nfs/nfs_bio.c')
-rw-r--r--sys/nfs/nfs_bio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c
index a5246920371..446b097a528 100644
--- a/sys/nfs/nfs_bio.c
+++ b/sys/nfs/nfs_bio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_bio.c,v 1.46 2007/06/01 23:47:57 deraadt Exp $ */
+/* $OpenBSD: nfs_bio.c,v 1.47 2008/06/11 04:52:27 blambert Exp $ */
/* $NetBSD: nfs_bio.c,v 1.25.4.2 1996/07/08 20:47:04 jtc Exp $ */
/*
@@ -45,6 +45,7 @@
#include <sys/mount.h>
#include <sys/kernel.h>
#include <sys/namei.h>
+#include <sys/queue.h>
#include <uvm/uvm_extern.h>