diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-13 15:43:54 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-13 15:43:54 +0000 |
| commit | 0dd8d85b1c5467a938056894ad027c77791d594e (patch) | |
| tree | f05dd056152008120345f316e4d3f66e411e27ac /sys/ufs | |
| parent | 3f9d0d120a0fe5db6eaedc640e685b845467b9e0 (diff) | |
Notes
Diffstat (limited to 'sys/ufs')
| -rw-r--r-- | sys/ufs/ufs/quota.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/quota.h b/sys/ufs/ufs/quota.h index 6d3d78ef9211..1204a55c5790 100644 --- a/sys/ufs/ufs/quota.h +++ b/sys/ufs/ufs/quota.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)quota.h 8.3 (Berkeley) 8/19/94 - * $Id$ + * $Id: quota.h,v 1.10 1997/02/22 09:47:43 peter Exp $ */ #ifndef _UFS_UFS_QUOTA_H_ @@ -74,7 +74,7 @@ "user", /* USRQUOTA */ \ "group", /* GRPQUOTA */ \ "undefined", \ -}; +} #define QUOTAFILENAME "quota" #define QUOTAGROUP "operator" |
