Cleanup for GCC 2.

This commit is contained in:
mycroft 1993-04-19 06:59:19 +00:00
parent 81b91f4488
commit a441553d4b

View File

@ -74,6 +74,7 @@ static char sccsid[] = "@(#)locate.c 5.2 (Berkeley) 6/1/90";
#include <sys/param.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include "locate.h"
#include "pathnames.h"
@ -103,7 +104,7 @@ fastfind(pathpart)
register char *p, *s;
register int c;
int count, found, globflag;
char *cutoff, *patend, *q, *index(), *patprep();
char *cutoff, *patend, *q, *patprep();
char bigram1[NBG], bigram2[NBG], path[MAXPATHLEN];
for (c = 0, p = bigram1, s = bigram2; c < NBG; c++)