diff options
author | charnier <charnier@FreeBSD.org> | 2003-07-06 12:44:11 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-07-06 12:44:11 +0000 |
commit | 01f9734fe0530da4d03b90e27710d469a3114aeb (patch) | |
tree | 9f089c6f64877e6879e21a9c971bb6a8b286f02f /usr.sbin/jail | |
parent | ba4d45d75f82583e6772314befee4628af27498c (diff) | |
download | FreeBSD-src-01f9734fe0530da4d03b90e27710d469a3114aeb.zip FreeBSD-src-01f9734fe0530da4d03b90e27710d469a3114aeb.tar.gz |
add FBSDID
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/jail/jail.c b/usr.sbin/jail/jail.c index 62db696..3eb1293 100644 --- a/usr.sbin/jail/jail.c +++ b/usr.sbin/jail/jail.c @@ -5,11 +5,11 @@ * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/jail.h> |