diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-11 00:56:59 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-11 00:56:59 +0000 |
commit | 3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676 (patch) | |
tree | ad364cba90f71a140a75adc093d72da422d69b81 /sys/kern/vfs_bio.c | |
parent | a63f21d7325188771279b9ca662a52a711252047 (diff) | |
download | FreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.zip FreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.tar.gz |
Use __FBSDID().
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r-- | sys/kern/vfs_bio.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index e1c0f9e..bcc3897 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -10,8 +10,6 @@ * this list of conditions, and the following disclaimer. * 2. Absolutely no warranty of function or purpose is made by the author * John S. Dyson. - * - * $FreeBSD$ */ /* @@ -27,6 +25,9 @@ * see man buf(9) for more info. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> |