diff options
Diffstat (limited to 'usr.sbin/repquota/repquota.c')
-rw-r--r-- | usr.sbin/repquota/repquota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index 39ecebde192..57f2acda532 100644 --- a/usr.sbin/repquota/repquota.c +++ b/usr.sbin/repquota/repquota.c @@ -68,7 +68,7 @@ void usage(void); int repquota(struct fstab *, int, char *); int hasquota(struct fstab *, int, char **); int oneof(char *, char *[], int); - +char *timeprt(time_t); int main(int argc, char *argv[]) { |