diff options
author | 2002-09-06 21:48:58 +0000 | |
---|---|---|
committer | 2002-09-06 21:48:58 +0000 | |
commit | 4dbe50fcb393a50715f2f39b794946900fd7a6fd (patch) | |
tree | 0cefb2df201df2461c72952c607441e01c4ddfcd | |
parent | Regen (diff) | |
download | wireguard-openbsd-4dbe50fcb393a50715f2f39b794946900fd7a6fd.tar.xz wireguard-openbsd-4dbe50fcb393a50715f2f39b794946900fd7a6fd.zip |
no, make INITQFNAMES without a terminal ;
-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 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" |