diff options
Diffstat (limited to 'sys/dev/raidframe/rf_stripelocks.c')
-rw-r--r-- | sys/dev/raidframe/rf_stripelocks.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_stripelocks.c b/sys/dev/raidframe/rf_stripelocks.c index bcee719..409c0f4 100644 --- a/sys/dev/raidframe/rf_stripelocks.c +++ b/sys/dev/raidframe/rf_stripelocks.c @@ -1,5 +1,7 @@ -/* $FreeBSD$ */ /* $NetBSD: rf_stripelocks.c,v 1.6 2000/12/04 11:35:46 fvdl Exp $ */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. |