summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-09-06 21:48:58 +0000
committerderaadt <deraadt@openbsd.org>2002-09-06 21:48:58 +0000
commit4dbe50fcb393a50715f2f39b794946900fd7a6fd (patch)
tree0cefb2df201df2461c72952c607441e01c4ddfcd
parentRegen (diff)
downloadwireguard-openbsd-4dbe50fcb393a50715f2f39b794946900fd7a6fd.tar.xz
wireguard-openbsd-4dbe50fcb393a50715f2f39b794946900fd7a6fd.zip
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"