diff options
author | okan | 2016-10-04 15:18:20 +0000 |
---|---|---|
committer | okan | 2016-10-04 15:18:20 +0000 |
commit | 2e16db28638cf0e78e6ddae11521a1f589179f67 (patch) | |
tree | f968e38ac24cbd0b42a301ffcc7cefd2a5052415 /conf.c | |
parent | da816a4a2336765be3b75ca8c08375463fdf31b8 (diff) | |
download | cwm-2e16db28638cf0e78e6ddae11521a1f589179f67.tar.gz |
Turn CALMWM_NGROUPS define into variable, ngroups.
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.210 2016/10/03 18:43:49 okan Exp $ + * $OpenBSD: conf.c,v 1.211 2016/10/04 15:18:20 okan Exp $ */ #include <sys/types.h> @@ -258,6 +258,7 @@ conf_init(struct conf *c) c->bwidth = 1; c->mamount = 1; c->snapdist = 0; + c->ngroups = 10; TAILQ_INIT(&c->ignoreq); TAILQ_INIT(&c->cmdq); |