summaryrefslogtreecommitdiff
path: root/quotaops.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
committerjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
commitd271d0a329a5b3e99f4ad209b5270a8648739ff0 (patch)
treebb40ea2801530ab7865737cdb77b60335d48aa5c /quotaops.h
parent077c4c5cd183f46e89f6cb5b1269019235bb9b8a (diff)
downloadlinuxquota-d271d0a329a5b3e99f4ad209b5270a8648739ff0.tar.gz
* Rewritten configuration script to create config.h (Jan Kara)
* Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
Diffstat (limited to 'quotaops.h')
-rw-r--r--quotaops.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quotaops.h b/quotaops.h
index bde8f13..f5de7dd 100644
--- a/quotaops.h
+++ b/quotaops.h
@@ -1,5 +1,5 @@
-#ifndef _QUOTAOPS_H
-#define _QUOTAOPS_H
+#ifndef QUOTAOPS_H
+#define QUOTAOPS_H
#include "quotaio.h"
@@ -15,4 +15,4 @@ int readtimes(struct quota_handle ** handles, int infd);
void freeprivs(struct dquot * qlist);
void update_grace_times(struct dquot *q);
-#endif /* _QUOTAOPS_H */
+#endif /* QUOTAOPS_H */