summaryrefslogtreecommitdiff
path: root/port/port.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-06-15 13:44:37 +0000
committerEd Maste <emaste@FreeBSD.org>2020-06-15 13:44:37 +0000
commite6a066ac3e8fdf1fcd4f3f2ca1b82bd55eb2da2a (patch)
treed6a99e0065ab5d39b716a0d5272ef21055745e0c /port/port.h
parent6fa63e1816f543db1c68320f442e30f95d8f9f78 (diff)
Notes
Diffstat (limited to 'port/port.h')
-rw-r--r--port/port.h4
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