12345678910111213141516171819202122 |
- $OpenBSD: patch-setquota_c,v 1.1 2004/01/04 18:50:33 espie Exp $
- --- setquota.c.orig 2004-01-04 19:47:17.000000000 +0100
- +++ setquota.c 2004-01-04 19:47:25.000000000 +0100
- @@ -62,7 +62,7 @@ int set_quota(qm)
- 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 @@ int set_quota(qm)
- 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
|