openbsd-ports/sysutils/setquota/patches/patch-printquota_c
espie 757e1f771d #ifdef 0 -> #if 0
regen patch
2004-01-04 18:50:33 +00:00

13 lines
323 B
Plaintext

$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;