diff options
Diffstat (limited to 'sys/vm/vm_radix.c')
-rw-r--r-- | sys/vm/vm_radix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_radix.c b/sys/vm/vm_radix.c index 3b71fec..3909b91 100644 --- a/sys/vm/vm_radix.c +++ b/sys/vm/vm_radix.c @@ -49,6 +49,7 @@ */ #include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "opt_ddb.h" |