about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lr.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/lr.c b/lr.c
index c680cd8..acb2526 100644
--- a/lr.c
+++ b/lr.c
@@ -2347,6 +2347,16 @@ main(int argc, char *argv[])
 	}
 
 	analyze_format();
+	if (Uflag) {
+		maxnlink = 99;
+		maxsize = 4*1024*1024;
+		maxblocks = maxsize / 512;
+		maxrdev = maxdev = 255;
+		maxuid = maxgid = 65536;
+		maxino = 9999999;
+		maxdepth = 99;
+		uwid = gwid = fwid = 8;
+	}
 	if (Xflag) {
 		basepath = realpath(".", 0);
 		if (!basepath) {