common BUFSIZ BSS buffer, small reduce code, data and bss

This commit is contained in:
"Vladimir N. Oleynik"
2005-10-15 10:23:55 +00:00
parent 84e7511607
commit 6f347ef9dc
11 changed files with 34 additions and 33 deletions

View File

@@ -2226,7 +2226,8 @@ static int mysleep(int hund) // sleep for 'h' 1/100 seconds
return (FD_ISSET(0, &rfds));
}
static Byte readbuffer[BUFSIZ];
#define readbuffer bb_common_bufsiz1
static int readed_for_parse;
//----- IO Routines --------------------------------------------