aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ufs/ufs_quota.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 06:34:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 06:34:30 +0000
commitf4636c595963ab77fae559bb5eb35e54c9951538 (patch)
tree45aa7a8e0814925716b7df26a6901a4ee8341422 /sys/ufs/ufs/ufs_quota.c
parent2c44651495e3efe18815da86983b398b559bd4ee (diff)
downloadsrc-f4636c595963ab77fae559bb5eb35e54c9951538.tar.gz
src-f4636c595963ab77fae559bb5eb35e54c9951538.zip
Use __FBSDID().
Notes
Notes: svn path=/head/; revision=116192
Diffstat (limited to 'sys/ufs/ufs/ufs_quota.c')
-rw-r--r--sys/ufs/ufs/ufs_quota.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_quota.c b/sys/ufs/ufs/ufs_quota.c
index f9db3c37967f..9bb434484f72 100644
--- a/sys/ufs/ufs/ufs_quota.c
+++ b/sys/ufs/ufs/ufs_quota.c
@@ -34,9 +34,11 @@
* SUCH DAMAGE.
*
* @(#)ufs_quota.c 8.5 (Berkeley) 5/20/95
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/fcntl.h>