MFS: Silence compilation warnings.

This commit is contained in:
ru 2000-12-07 14:59:11 +00:00
parent fcfe3e2ff5
commit 638d2e4b86

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;