summaryrefslogtreecommitdiff
path: root/quotaio_v2.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2002-03-27 16:21:26 +0000
committerjkar8572 <jkar8572>2002-03-27 16:21:26 +0000
commit5975341695e27f23f5a58758954d1ea31c2d0d25 (patch)
tree5bb3bac1bdc313edffa6552867c8954a5dfeaac7 /quotaio_v2.h
parenta40b9d8688fe0f1f34c70a986d3e408273fed14e (diff)
Fixed bug in quota(1) return code.
Rewritten detection of kernel version. Added support for generic interface for both quota formats in kernel.
Diffstat (limited to 'quotaio_v2.h')
-rw-r--r--quotaio_v2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quotaio_v2.h b/quotaio_v2.h
index bb3a000..2482156 100644
--- a/quotaio_v2.h
+++ b/quotaio_v2.h
@@ -20,8 +20,6 @@
#define V2_GETENTRIES(buf) ((struct v2_disk_dqblk *)(((char *)(buf)) + sizeof(struct v2_disk_dqdbheader)))
#define INIT_V2_VERSIONS { 0, 0}
-#define V2_IOFL_METAINFO_DIRTY 0x100 /* Is dirty also metadata information in info? */
-
struct v2_disk_dqheader {
u_int32_t dqh_magic; /* Magic number identifying file */
u_int32_t dqh_version; /* File version */