blob: 9657b54b3d457ab376b2e9375e2e52a49ad0244a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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;
|