summaryrefslogtreecommitdiff
path: root/sysutils/setquota/files/patch-printquota.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/setquota/files/patch-printquota.c')
-rw-r--r--sysutils/setquota/files/patch-printquota.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/setquota/files/patch-printquota.c b/sysutils/setquota/files/patch-printquota.c
new file mode 100644
index 000000000000..9657b54b3d45
--- /dev/null
+++ b/sysutils/setquota/files/patch-printquota.c
@@ -0,0 +1,11 @@
+--- printquota.c.orig Sun Oct 20 14:27:13 2002
++++ printquota.c Sun Oct 20 14:27:21 2002
+@@ -109,7 +109,7 @@
+
+ if (now == 0)
+ time(&now);
+-#ifdef 0
++#if 0
+ if (now > seconds)
+ return("none");
+ seconds -= now;