diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-30 05:25:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-30 05:25:07 +0000 |
commit | bc61fc95d838ba5e5b48f6ee9848c03ec72a5af3 (patch) | |
tree | 41763f513f184b022b2875b747c2d1e83d4ed74f /usr.bin/limits | |
parent | b7edb33754da2677f5954d960946833612ef6c51 (diff) | |
download | FreeBSD-src-bc61fc95d838ba5e5b48f6ee9848c03ec72a5af3.zip FreeBSD-src-bc61fc95d838ba5e5b48f6ee9848c03ec72a5af3.tar.gz |
Consistently use FBSDID
Diffstat (limited to 'usr.bin/limits')
-rw-r--r-- | usr.bin/limits/limits.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 6a2a205..454b718 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -19,10 +19,11 @@ * conditions are met. * * Display/change(+runprogram)/eval resource limits. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <err.h> #include <stdio.h> #include <string.h> |