diff options
Diffstat (limited to 'lib/libstand/nullfs.c')
| -rw-r--r-- | lib/libstand/nullfs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libstand/nullfs.c b/lib/libstand/nullfs.c index 0f77bd4c185c..ae12cb077289 100644 --- a/lib/libstand/nullfs.c +++ b/lib/libstand/nullfs.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: nullfs.c,v 1.1 1996/01/13 22:25:39 leo Exp $ */ /*- @@ -65,6 +64,9 @@ * rights to redistribute these changes. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "stand.h" /* |
