+Thu Oct 12 01:18:07 1995 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * dbtest.c (rfile): Don't declare index.
+ (setflags setinfo): Same change
+
Fri Sep 1 11:18:25 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove __dbtest after done with make check.
setflags(s)
char *s;
{
- char *p, *index();
+ char *p ;
for (; isspace(*s); ++s);
if (*s == '\n' || *s == '\0')
static BTREEINFO ib;
static HASHINFO ih;
static RECNOINFO rh;
- char *eq, *index();
+ char *eq;
if ((eq = index(s, '=')) == NULL)
err("%s: illegal structure set statement", s);
struct stat sb;
void *p;
int fd;
- char *np, *index();
+ char *np;
for (; isspace(*name); ++name);
if ((np = index(name, '\n')) != NULL)