CFGDIR
if ((dir = opendir(CFGDIR)) == NULL)
if ((dir = opendir(CFGDIR)) == NULL)
(void) snprintf(buf, MAX_PATH_LEN, "%s/c%d", CFGDIR, controller_id);
(void) snprintf(buf, sizeof (buf), "%s/", CFGDIR);