1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-07 21:36:32 +00:00

Some minor corrections with includes etc.

This commit is contained in:
Gerhard Rieger 2016-12-10 16:21:46 +01:00
parent d2f748f0bb
commit 6f48016ed8
4 changed files with 4 additions and 3 deletions

View file

@ -711,7 +711,7 @@ int xiosetenv(const char *varname, const char *value, int overwrite, const char
l += 1;
strncat(envname+l, varname, XIO_ENVNAMELEN-l-1);
return _xiosetenv(envname, value, overwrite, sep);
# undef ENVNAMELEN
# undef XIO_ENVNAMELEN
}
int xiosetenv2(const char *varname, const char *varname2, const char *value,