##// 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 31 #define PATH_MAX 4096
32 32 #endif
33 33
34 extern char **environ;
35
34 36 struct cmdserveropts {
35 37 char sockname[PATH_MAX];
36 38 char initsockname[PATH_MAX];
General Comments 0
You need to be logged in to leave comments. Login now