mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
$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;
|