Merge branch 'collectd-5.4' into collectd-5.5
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 25 May 2016 14:13:10 +0000 (16:13 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 25 May 2016 14:13:10 +0000 (16:13 +0200)
src/processes.c

index 9f866a5..51ae95d 100644 (file)
 #  undef SAVE_FOB_64
 #endif
 
-# include <sys/user.h>
 # include <dirent.h>
+
+#ifndef MAXCOMLEN
+#  define MAXCOMLEN 16
+#endif
+
 /* #endif KERNEL_SOLARIS */
 
 #else