MFS: Silence compilation warnings.

This commit is contained in:
Ruslan Ermilov 2000-12-07 14:59:11 +00:00
parent b52617dc0e
commit 2961f2ed60
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ void
protocol(f, p)
register int f, p;
{
char pibuf[1024+1], fibuf[1024], *pbp, *fbp;
char pibuf[1024+1], fibuf[1024], *pbp = NULL, *fbp = NULL;
int pcc = 0, fcc = 0;
int cc, nfd, n;
char cntl;