]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/ctl.c
OpenBSD support.
[thirdparty/lldpd.git] / src / ctl.c
index 8562720b35266b4818bf18b46907380c06c6a87c..1d8cae65b36af66303d4fc7b613eb81e5a4edeed 100644 (file)
--- a/src/ctl.c
+++ b/src/ctl.c
@@ -29,7 +29,8 @@
 #include "log.h"
 #include "compat/compat.h"
 
-#define UNIX_PATH_MAX  108
+/* Linux: 108. OpenBSD: 104. */
+#define UNIX_PATH_MAX  104
 
 /**
  * Create a new listening Unix socket for control protocol.