##// END OF EJS Templates
chg: declare environ (issue6812)
Arun Kulshreshtha -
r51326:d06e43cd stable
parent child Browse files
Show More
@@ -31,6 +31,8 b''
31 #define PATH_MAX 4096
31 #define PATH_MAX 4096
32 #endif
32 #endif
33
33
34 extern char **environ;
35
34 struct cmdserveropts {
36 struct cmdserveropts {
35 char sockname[PATH_MAX];
37 char sockname[PATH_MAX];
36 char initsockname[PATH_MAX];
38 char initsockname[PATH_MAX];
General Comments 0
You need to be logged in to leave comments. Login now