summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 21:48:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 21:48:59 +0000
commitfcb16ba9faf984d2073309b9abe520b65ed2846d (patch)
tree49a718cf1340acff18b7593ccf1e02b1e147d74a
parentb4770e29ae70840a7a69727e3b491e9d8c02e312 (diff)
no, make INITQFNAMES without a terminal ;
-rw-r--r--sys/ufs/ufs/quota.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/quota.h b/sys/ufs/ufs/quota.h
index f652dd73a6b..22ce0856b1e 100644
--- a/sys/ufs/ufs/quota.h
+++ b/sys/ufs/ufs/quota.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: quota.h,v 1.5 2002/09/06 19:38:19 deraadt Exp $ */
+/* $OpenBSD: quota.h,v 1.6 2002/09/06 21:48:58 deraadt Exp $ */
/* $NetBSD: quota.h,v 1.6 1995/03/26 20:38:17 jtc Exp $ */
/*
@@ -72,7 +72,7 @@
"user", /* USRQUOTA */ \
"group", /* GRPQUOTA */ \
"undefined", \
-};
+}
#define QUOTAFILENAME "quota"
#define QUOTAGROUP "operator"