Put the RCSID before any other headers
This commit is contained in:
parent
dbf0654848
commit
e4a2671dea
@ -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 <sys/cdefs.h>
|
||||
__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 <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.177 2007/09/01 23:40:22 pooka Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
|
Loading…
Reference in New Issue
Block a user