From 40ee2bd5c81d13cae6b15d2d1a7f75015d941291 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Jun 2003 06:49:16 +0000 Subject: Use __FBSDID(). Approved by: phk --- sys/geom/geom_sunlabel_enc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/geom/geom_sunlabel_enc.c') diff --git a/sys/geom/geom_sunlabel_enc.c b/sys/geom/geom_sunlabel_enc.c index f2b5df3..d153e11 100644 --- a/sys/geom/geom_sunlabel_enc.c +++ b/sys/geom/geom_sunlabel_enc.c @@ -24,15 +24,15 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ - * * Functions to encode or decode struct sun_disklabel into a bytestream * of correct endianess and packing. * * NB! This file must be usable both in kernel and userland. - * */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1