diff options
author | imp <imp@FreeBSD.org> | 2003-08-27 23:30:01 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-27 23:30:01 +0000 |
commit | 9d9494d58d14ab797db5ae8f3082a45dc5568e3e (patch) | |
tree | 8ea77c1dcd55d48c26df86a36552348ad08d9f62 /sys/dev/exca/exca.c | |
parent | 947bcdc573fcc6b61e2436a1f6cb1957114338c3 (diff) | |
download | FreeBSD-src-9d9494d58d14ab797db5ae8f3082a45dc5568e3e.zip FreeBSD-src-9d9494d58d14ab797db5ae8f3082a45dc5568e3e.tar.gz |
Fix location of $FreeBSD$ from last commit.
Diffstat (limited to 'sys/dev/exca/exca.c')
-rw-r--r-- | sys/dev/exca/exca.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index dfca90f..9b839b1 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -1,7 +1,3 @@ - - -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); /* * Copyright (c) 2002 M Warner Losh. All rights reserved. * @@ -56,6 +52,9 @@ __FBSDID("$FreeBSD$"); * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/condvar.h> |