summaryrefslogtreecommitdiff
path: root/sysutils/setquota/patches/patch-af
blob: 64f7b690e49b43a8eee5a86260a13f4856b7b820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-af,v 1.1.1.1 2001/11/15 15:46:33 taca Exp $

--- setquota.c.orig	Mon Mar 24 13:14:47 1997
+++ setquota.c
@@ -62,7 +62,7 @@
 			qm->dq_dqb.dqb_bhardlimit = v_bh;
 		if (f_bs)
 			qm->dq_dqb.dqb_bsoftlimit = v_bs;
-#ifdef 0
+#if 0
 		if (f_bg)
 			qm->dq_dqb.dqb_btime = v_bg;
 #endif
@@ -70,7 +70,7 @@
 			qm->dq_dqb.dqb_ihardlimit = v_ih;
 		if (f_is)
 			qm->dq_dqb.dqb_isoftlimit = v_is;
-#ifdef 0
+#if 0
 		if (f_ig)
 			qm->dq_dqb.dqb_itime = v_ig;
 #endif