Browse Source

kamcmd: lower max size for socket name

- was set to 108 which is common for linux, but mac os x has it 104
- set to 100 now

(cherry picked from commit 3f4c63802194cb83ffb8124e5ae38f85ee315c28)
(cherry picked from commit 05242f6db6edcf32705722dcd0d9d3e3cf7a8340)
Daniel-Constantin Mierla 10 years ago
parent
commit
ebe43e905e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/sercmd/sercmd.c

+ 1 - 1
utils/sercmd/sercmd.c

@@ -82,7 +82,7 @@
 
 
 
 
 #ifndef UNIX_PATH_MAX
 #ifndef UNIX_PATH_MAX
-#define UNIX_PATH_MAX 108
+#define UNIX_PATH_MAX 100
 #endif
 #endif
 
 
 static char id[]="$Id$";
 static char id[]="$Id$";