From cad562c709becac521a3e8ee36088badf70b4c88 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Fri, 21 Jan 2005 11:03:59 +0000 Subject: Added dynamic allocation of mountpoint table (Jan Kara) --- quotasys.h | 1 - 1 file changed, 1 deletion(-) (limited to 'quotasys.h') diff --git a/quotasys.h b/quotasys.h index 79ecddc..f9a72f3 100644 --- a/quotasys.h +++ b/quotasys.h @@ -14,7 +14,6 @@ #define MAXNAMELEN 64 /* Maximal length of user/group name */ #define MAXTIMELEN 40 /* Maximal length of time string */ #define MAXNUMLEN 32 /* Maximal length of number */ -#define MAXMNTPOINTS 256 /* Maximal number of mountpoints with quota */ /* Flags for formatting time */ #define TF_ROUND 0x1 /* Should be printed time rounded? */ -- cgit v1.2.1