summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/ufsread.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-25 23:30:41 +0000
committerobrien <obrien@FreeBSD.org>2003-08-25 23:30:41 +0000
commit062c960d1b04a152d25f70b6ffd694e399527b71 (patch)
tree673bd41f7fbdfc0c93256fed4d34fdac5c781a8f /sys/boot/common/ufsread.c
parent2b8c9f2e6471f0888841400bc2ae7c059372cc6e (diff)
downloadFreeBSD-src-062c960d1b04a152d25f70b6ffd694e399527b71.zip
FreeBSD-src-062c960d1b04a152d25f70b6ffd694e399527b71.tar.gz
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/boot/common/ufsread.c')
-rw-r--r--sys/boot/common/ufsread.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c
index 7f46615..0b7c3f4 100644
--- a/sys/boot/common/ufsread.c
+++ b/sys/boot/common/ufsread.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Networks Associates Technology, Inc.
* All rights reserved.
*
@@ -22,9 +22,8 @@
* purpose.
*/
-/*
- * $FreeBSD$
- */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>
OpenPOWER on IntegriCloud