From e4a2671dea8c80930ecb94e3a14b463afd34aade Mon Sep 17 00:00:00 2001 From: dsl Date: Sun, 16 Sep 2007 15:17:36 +0000 Subject: [PATCH] Put the RCSID before any other headers --- sys/kern/vfs_bio.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 83299d28e201..7794ac1ea0f8 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -1,4 +1,4 @@ -/* $NetBSD: vfs_bio.c,v 1.177 2007/09/01 23:40:22 pooka Exp $ */ +/* $NetBSD: vfs_bio.c,v 1.178 2007/09/16 15:17:36 dsl Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -77,12 +77,12 @@ * UNIX Operating System (Addison Welley, 1989) */ +#include +__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.178 2007/09/16 15:17:36 dsl Exp $"); + #include "fs_ffs.h" #include "opt_bufcache.h" -#include -__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.177 2007/09/01 23:40:22 pooka Exp $"); - #include #include #include