From 961b97d43458f3c57241940cabebb3bedf7e4c00 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 26 May 2000 02:09:24 +0000 Subject: Back out the previous change to the queue(3) interface. It was not discussed and should probably not happen. Requested by: msmith and others --- tools/diag/dumpvfscache/dumpvfscache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/diag/dumpvfscache') diff --git a/tools/diag/dumpvfscache/dumpvfscache.c b/tools/diag/dumpvfscache/dumpvfscache.c index 93dd72c..b1a23af 100644 --- a/tools/diag/dumpvfscache/dumpvfscache.c +++ b/tools/diag/dumpvfscache/dumpvfscache.c @@ -55,7 +55,7 @@ main(int argc, char **argv) int nchash, i, j, k, kn; int nb, p1, p2; u_long p; - LIST_HEAD(nchashhead, struct namecache) *nchashtbl; + LIST_HEAD(nchashhead, namecache) *nchashtbl; struct namecache *nc; struct vnode vn; -- cgit v1.1