blob: 251287cbc59590962b111ea3d268ed62f0d6c596 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: mount/usr/src/cmd/fs.d/ufs/repquota/repquota.c
===================================================================
--- mount.orig/usr/src/cmd/fs.d/ufs/repquota/repquota.c 2012-10-08 00:25:23.000000000 +0000
+++ mount/usr/src/cmd/fs.d/ufs/repquota/repquota.c 2013-02-11 03:40:54.425492260 +0000
@@ -47,6 +47,7 @@
#include <string.h>
#include <strings.h>
#include <errno.h>
+#include <time.h>
#include <sys/param.h>
#include <sys/types.h>
#include <fcntl.h>
|