Removed semicolon from the end of a #define.
This commit is contained in:
parent
3f9d0d120a
commit
0dd8d85b1c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27376
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user