1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Remove an unused #define. md5's with and without this commit match.

Approved by:	murray (mentor)
This commit is contained in:
Ceri Davies 2005-03-13 17:58:31 +00:00
parent a07cb0d8a2
commit 009cb1684c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143524

View File

@ -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);