From f72cbcf20753e9285eb1bfcde01b63b6bc05be01 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 10 Jun 2003 21:29:12 +0000 Subject: Use __FBSDID(). --- sys/coda/coda_fbsd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/coda/coda_fbsd.c') diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c index 9d2bf6e..ac52818 100644 --- a/sys/coda/coda_fbsd.c +++ b/sys/coda/coda_fbsd.c @@ -1,5 +1,4 @@ /* - * * Coda: an Experimental Distributed File System * Release 3.1 * @@ -27,10 +26,11 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_fbsd.cr,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ - * */ +#include +__FBSDID("$FreeBSD$"); + #include "vcoda.h" #include -- cgit v1.1