maxchunk definition made static

This commit is contained in:
ceriel 1987-03-02 08:55:23 +00:00
parent 2c886d02a7
commit 2eb21881a8
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
an int!
*/
int maxchunk = MAXCHUNK;
static int maxchunk = MAXCHUNK;
/*
* We don't have to worry about byte order here.

View File

@ -4,7 +4,7 @@
You have to put it in an int!
*/
int maxchunk = MAXCHUNK;
static int maxchunk = MAXCHUNK;
/*
* Just write "cnt" bytes to file-descriptor "fd".