diff options
Diffstat (limited to 'sys/dev/vinum/vinumparser.c')
-rw-r--r-- | sys/dev/vinum/vinumparser.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 2820ffd..49da34b 100644 --- a/sys/dev/vinum/vinumparser.c +++ b/sys/dev/vinum/vinumparser.c @@ -34,9 +34,11 @@ * advised of the possibility of such damage. * * $Id: vinumparser.c,v 1.25 2003/05/07 03:33:28 grog Exp grog $ - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * This file contains the parser for the configuration routines. It's used * both in the kernel and in the user interface program, thus the separate file. |