maxchunk definition made static
This commit is contained in:
parent
b10452c2dc
commit
1e10c0cf98
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
an int!
|
an int!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int maxchunk = MAXCHUNK;
|
static int maxchunk = MAXCHUNK;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We don't have to worry about byte order here.
|
* We don't have to worry about byte order here.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
You have to put it in an int!
|
You have to put it in an int!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int maxchunk = MAXCHUNK;
|
static int maxchunk = MAXCHUNK;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Just write "cnt" bytes to file-descriptor "fd".
|
* Just write "cnt" bytes to file-descriptor "fd".
|
||||||
|
|
Loading…
Add table
Reference in a new issue