소스 검색

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 년 전
부모
커밋
3f4c638021
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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$";