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 năm trước cách đây
mục cha
commit
3f4c638021
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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$";