$OpenBSD: patch-printquota_c,v 1.1 2004/01/04 18:50:33 espie Exp $ --- printquota.c.orig 2004-01-04 19:46:53.000000000 +0100 +++ printquota.c 2004-01-04 19:46:57.000000000 +0100 @@ -109,7 +109,7 @@ timeprt(seconds) if (now == 0) time(&now); -#ifdef 0 +#if 0 if (now > seconds) return("none"); seconds -= now;