X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/52960f2f1e50ed0a8cbad1c517771160a6baf93a..1bbf66cfa8d4bce84261143b05ad0a438067e71d:/usr/src/cmd/refer/hunt3.c?ds=inline diff --git a/usr/src/cmd/refer/hunt3.c b/usr/src/cmd/refer/hunt3.c index a3bdc85690..e89f4fbfff 100644 --- a/usr/src/cmd/refer/hunt3.c +++ b/usr/src/cmd/refer/hunt3.c @@ -4,10 +4,10 @@ getq(v) { # define BSIZ 250 static char buff[BSIZ]; -static int eof 0; +static int eof = 0; extern char *sinput; char *p; -int c, n 0, las 0; +int c, n = 0, las = 0; if (eof) return(-1); p = buff; while ( (c = (sinput ? *sinput++ : getchar()) ) > 0)