diff options
Diffstat (limited to 'sys/dev/raidframe/rf_reconmap.c')
-rw-r--r-- | sys/dev/raidframe/rf_reconmap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_reconmap.c b/sys/dev/raidframe/rf_reconmap.c index a73c138..261d339 100644 --- a/sys/dev/raidframe/rf_reconmap.c +++ b/sys/dev/raidframe/rf_reconmap.c @@ -1,5 +1,7 @@ -/* $FreeBSD$ */ /* $NetBSD: rf_reconmap.c,v 1.6 1999/08/14 21:44:24 oster Exp $ */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. |