diff options
Diffstat (limited to 'sys/dev/dec')
-rw-r--r-- | sys/dev/dec/mcclock.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/dec/mcclock.c b/sys/dev/dec/mcclock.c index a8a94be..5c1472c 100644 --- a/sys/dev/dec/mcclock.c +++ b/sys/dev/dec/mcclock.c @@ -1,6 +1,8 @@ -/* $FreeBSD$ */ /* $NetBSD: mcclock.c,v 1.11 1998/04/19 07:50:25 jonathan Exp $ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. |