*/
#if !defined(lint) && !defined(LINT)
-static char rcsid[] = "$Id: database.c,v 1.1.1.1 1995/10/18 08:47:30 deraadt Exp $";
+static char rcsid[] = "$Id: database.c,v 1.2 1996/09/15 09:13:18 deraadt Exp $";
#endif
/* vix 26jan87 [RCS has the log]
while (NULL != (dp = readdir(dir))) {
char fname[MAXNAMLEN+1],
- tabname[MAXNAMLEN+1];
+ tabname[MAXPATHLEN];
/* avoid file names beginning with ".". this is good
* because we would otherwise waste two guaranteed calls