Module Name:    src
Committed By:   christos
Date:           Fri Mar 11 17:17:35 UTC 2016

Modified Files:
        src/external/bsd/blacklist/port: port.h

Log Message:
missed one blsock


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/blacklist/port/port.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/blacklist/port/port.h
diff -u src/external/bsd/blacklist/port/port.h:1.6 src/external/bsd/blacklist/port/port.h:1.7
--- src/external/bsd/blacklist/port/port.h:1.6	Thu Jan 22 11:19:53 2015
+++ src/external/bsd/blacklist/port/port.h	Fri Mar 11 12:17:35 2016
@@ -80,5 +80,5 @@ int clock_gettime(int, struct timespec *
 
 #define _PATH_BLCONF "conf"
 #define _PATH_BLCONTROL "control"
-#define _PATH_BLSOCK "blsock"
+#define _PATH_BLSOCK "blacklistd.sock"
 #define _PATH_BLSTATE "blacklistd.db"

Reply via email to