summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2005-03-13 17:58:31 +0000
committerceri <ceri@FreeBSD.org>2005-03-13 17:58:31 +0000
commit14adec0b92fe37ac11c9bc5a0191400f4964c29b (patch)
tree092a63d9f9feac94e3f2c59c2701ba589963372c /usr.bin/quota
parent91a107f4ab9b4eff3dd256c37785310979803e23 (diff)
downloadFreeBSD-src-14adec0b92fe37ac11c9bc5a0191400f4964c29b.zip
FreeBSD-src-14adec0b92fe37ac11c9bc5a0191400f4964c29b.tar.gz
Remove an unused #define. md5's with and without this commit match.
Approved by: murray (mentor)
Diffstat (limited to 'usr.bin/quota')
-rw-r--r--usr.bin/quota/quota.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c
index 4decd8b..2b0dd49 100644
--- a/usr.bin/quota/quota.c
+++ b/usr.bin/quota/quota.c
@@ -83,7 +83,6 @@ struct quotause {
struct dqblk dqblk;
char fsname[MAXPATHLEN + 1];
};
-#define FOUND 0x01
static const char *timeprt(time_t seconds);
static struct quotause *getprivs(long id, int quotatype);
OpenPOWER on IntegriCloud