summaryrefslogtreecommitdiff
path: root/sysutils/setquota/patches/patch-ac
blob: 2ba1cdfab4c90c6dd38e5a47b0bf4c2337d4a196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.1.1.1 2001/11/15 15:46:33 taca Exp $

--- printquota.c.orig	Mon Mar 24 13:14:46 1997
+++ printquota.c
@@ -109,11 +109,9 @@
 
 	if (now == 0)
 		time(&now);
-#ifdef 0
 	if (now > seconds)
 		return("none");
 	seconds -= now;
-#endif
 	sprintf(buf, "%d", seconds);
 	return(buf);
 	minutes = (seconds + 30) / 60;