diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-10 21:29:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-10 21:29:12 +0000 |
commit | 16dbc7f228758b92c71bfe2d0e67e741df88e92d (patch) | |
tree | 0247022f69e25b0a04adf33d00fbf45b920e570f /sys/compat/linux/linux_util.c | |
parent | 11f0fab4fa1cbc29f61da61042d873413bc18b0b (diff) |
Use __FBSDID().
Notes
Notes:
svn path=/head/; revision=116173
Diffstat (limited to 'sys/compat/linux/linux_util.c')
-rw-r--r-- | sys/compat/linux/linux_util.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_util.c b/sys/compat/linux/linux_util.c index 5bd8c15fa359..25e31bc05731 100644 --- a/sys/compat/linux/linux_util.c +++ b/sys/compat/linux/linux_util.c @@ -27,9 +27,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: svr4_util.c,v 1.5 1995/01/22 23:44:50 christos Exp - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/namei.h> |