diff options
Diffstat (limited to 'lib/libc/gen/getvfsent.c')
| -rw-r--r-- | lib/libc/gen/getvfsent.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/getvfsent.c b/lib/libc/gen/getvfsent.c index 2b8998cbd0f2..140664b3edfe 100644 --- a/lib/libc/gen/getvfsent.c +++ b/lib/libc/gen/getvfsent.c @@ -3,9 +3,11 @@ * Written September 1994 by Garrett A. Wollman * This file is in the public domain. * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/mount.h> |
