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
Daniel-Constantin Mierla 10 years ago
parent
commit
3f4c638021
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/kamcmd/kamcmd.c

+ 1 - 1
utils/kamcmd/kamcmd.c

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