mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove an unused #define. md5's with and without this commit match.
Approved by: murray (mentor)
This commit is contained in:
parent
a07cb0d8a2
commit
009cb1684c
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue