diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-06 08:34:31 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-06 08:34:31 +0000 |
commit | 3a8c76eab2203c2e19ac63a2e22cea79e250cbea (patch) | |
tree | e31b7d6b58c5ff2fa4547f4a05d50fedb3c951db /gmid.c | |
parent | 4267093e37fd7cded943399af8afe3ba825a1e68 (diff) |
rename PROC_MAX to PREFORK_MAX
Diffstat (limited to 'gmid.c')
-rw-r--r-- | gmid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ struct vhosthead hosts; int sock4, sock6; -struct imsgbuf logibuf, servibuf[PROC_MAX]; +struct imsgbuf logibuf, servibuf[PREFORK_MAX]; const char *config_path = "/etc/gmid.conf"; const char *pidfile; |