diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-25 23:30:41 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-25 23:30:41 +0000 |
| commit | 1809be3cd462d071c04e67a2648af4ed71925153 (patch) | |
| tree | 673bd41f7fbdfc0c93256fed4d34fdac5c781a8f /sys/boot/common/interp_parse.c | |
| parent | d9b97e8dfff725b36c2e2ce5d89295355e4762c4 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/interp_parse.c')
| -rw-r--r-- | sys/boot/common/interp_parse.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/common/interp_parse.c b/sys/boot/common/interp_parse.c index c57001ad9c37..32b01c8c7aec 100644 --- a/sys/boot/common/interp_parse.c +++ b/sys/boot/common/interp_parse.c @@ -1,4 +1,4 @@ -/* +/*- * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -11,11 +11,12 @@ * Jordan K. Hubbard * 29 August 1998 * - * $FreeBSD$ - * * The meat of the simple parser. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stand.h> #include <string.h> #include "bootstrap.h" |
