• Bjorn Svensson's avatar
    Move config `unixsocketperm` to generic configs (#9607) · c9fabc2e
    Bjorn Svensson authored
    Since the size of mode_t is platform dependant we handle the
    `unixsocketperm` configuration as a generic int type.
    mode_t is either an unsigned int or unsigned short (macOS) and
    the range-limits allows for a simple cast to a mode_t.
    c9fabc2e
config.c 116 KB