summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_apple.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 06:49:16 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 06:49:16 +0000
commit40ee2bd5c81d13cae6b15d2d1a7f75015d941291 (patch)
treebf048a5d766514b0372e6c61c9883ae6de00ff97 /sys/geom/geom_apple.c
parent958ca4b21494ab789079b5c875165344ec5ff356 (diff)
downloadFreeBSD-src-40ee2bd5c81d13cae6b15d2d1a7f75015d941291.zip
FreeBSD-src-40ee2bd5c81d13cae6b15d2d1a7f75015d941291.tar.gz
Use __FBSDID().
Approved by: phk
Diffstat (limited to 'sys/geom/geom_apple.c')
-rw-r--r--sys/geom/geom_apple.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/geom/geom_apple.c b/sys/geom/geom_apple.c
index 8146d67..328b835 100644
--- a/sys/geom/geom_apple.c
+++ b/sys/geom/geom_apple.c
@@ -1,5 +1,4 @@
/*-
- *
* Copyright (c) 2002 Peter Grehan.
* All rights reserved.
*
@@ -23,8 +22,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
/*
@@ -33,6 +30,9 @@
* The Structure of Block Devices"
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud