Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 713390
Collapse All | Expand All

(-)a/quota.h (-1 / +2 lines)
Lines 1-10 Link Here
1
#ifndef GUARD_QUOTA_H
1
#ifndef GUARD_QUOTA_H
2
#define GUARD_QUOTA_H
2
#define GUARD_QUOTA_H
3
3
4
#include <sys/cdefs.h>
5
#include <sys/types.h>
4
#include <sys/types.h>
6
#include <stdint.h>
5
#include <stdint.h>
7
6
7
#define __P(x) x
8
8
typedef u_int32_t qid_t;	/* Type in which we store ids in memory */
9
typedef u_int32_t qid_t;	/* Type in which we store ids in memory */
9
typedef int64_t qsize_t;	/* Type in which we store size limitations */
10
typedef int64_t qsize_t;	/* Type in which we store size limitations */
10
#define QSIZE_MAX INT64_MAX /* Maximum value storable in qsize_t */
11
#define QSIZE_MAX INT64_MAX /* Maximum value storable in qsize_t */

Return to bug 713390