rename fast find code to locate
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 7 Mar 1990 03:19:42 +0000 (19:19 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 7 Mar 1990 03:19:42 +0000 (19:19 -0800)
SCCS-vsn: usr.bin/locate/code/locate.code.c 4.7
SCCS-vsn: usr.bin/locate/locate/locate.h 5.2

usr/src/usr.bin/locate/code/locate.code.c
usr/src/usr.bin/locate/locate/locate.h

index cee080d..5b698dc 100644 (file)
@@ -25,7 +25,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)locate.code.c      4.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)locate.code.c      4.7 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -63,9 +63,9 @@ static char sccsid[] = "@(#)locate.code.c     4.6 (Berkeley) %G%";
  *             NASA Ames Research Center, 10/82
  */
 
  *             NASA Ames Research Center, 10/82
  */
 
-#include <stdio.h>
 #include <sys/param.h>
 #include <sys/param.h>
-#include "find.h"
+#include <stdio.h>
+#include "locate.h"
 
 #define BGBUFSIZE      (NBG * 2)       /* size of bigram buffer */
 
 
 #define BGBUFSIZE      (NBG * 2)       /* size of bigram buffer */
 
index 24f4f3f..23dd135 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)locate.h    5.1 (Berkeley) %G%
+ *     @(#)locate.h    5.2 (Berkeley) %G%
  */
 
  */
 
-/* Symbolic constants shared by find.c and code.c */
+/* Symbolic constants shared by locate.c and code.c */
 
 #define        NBG             128             /* number of bigrams considered */
 #define        OFFSET          14              /* abs value of max likely diff */
 
 #define        NBG             128             /* number of bigrams considered */
 #define        OFFSET          14              /* abs value of max likely diff */