diff options
Diffstat (limited to 'sys/boot/common/interp_backslash.c')
-rw-r--r-- | sys/boot/common/interp_backslash.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/common/interp_backslash.c b/sys/boot/common/interp_backslash.c index 8bbeb34..3cbdd5b 100644 --- a/sys/boot/common/interp_backslash.c +++ b/sys/boot/common/interp_backslash.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$ - * * Routine for doing backslash elimination. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stand.h> #include <string.h> #include "bootstrap.h" |