X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Fsymtab.c;h=740165b241631814a54eef7c65ef1ea7ea04e6c3;hb=386d48c09dff564f19b71d80b160d652bc8b95de;hp=f44b5c65c1124d6ce40227d09abe3bee897a43eb;hpb=ebcbe7f6c10482913b60fc792e72e494b439b242;p=dump.git diff --git a/restore/symtab.c b/restore/symtab.c index f44b5c6..740165b 100644 --- a/restore/symtab.c +++ b/restore/symtab.c @@ -40,7 +40,7 @@ #ifndef lint static const char rcsid[] = - "$Id: symtab.c,v 1.7 2000/01/21 10:17:41 stelian Exp $"; + "$Id: symtab.c,v 1.8 2000/03/01 10:16:05 stelian Exp $"; #endif /* not lint */ /* @@ -391,7 +391,7 @@ struct strhdr { #define STRTBLINCR (sizeof(struct strhdr)) #define allocsize(size) (((size) + 1 + STRTBLINCR - 1) & ~(STRTBLINCR - 1)) -static struct strhdr strtblhdr[allocsize(NAME_MAX) / STRTBLINCR]; +static struct strhdr strtblhdr[allocsize(MAXNAMLEN) / STRTBLINCR]; /* * Allocate space for a name. It first looks to see if it already