diff options
Diffstat (limited to 'port/port.h')
-rw-r--r-- | port/port.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/port/port.h b/port/port.h index f82fb34b40f5..2808d6b8ef2a 100644 --- a/port/port.h +++ b/port/port.h @@ -81,6 +81,6 @@ int clock_gettime(int, struct timespec *); #if !defined(__FreeBSD__) #define _PATH_BLCONF "conf" #define _PATH_BLCONTROL "control" -#define _PATH_BLSOCK "blacklistd.sock" -#define _PATH_BLSTATE "blacklistd.db" +#define _PATH_BLSOCK "blocklistd.sock" +#define _PATH_BLSTATE "blocklistd.db" #endif |