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:
parent
d2f748f0bb
commit
6f48016ed8
4 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue