diff options
Diffstat (limited to 'sbin/restore/symtab.c')
-rw-r--r-- | sbin/restore/symtab.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index 795669ca74e6..f9a5422ab85b 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)symtab.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: symtab.c,v 1.5 1998/07/28 06:20:13 charnier Exp $"; + "$Id$"; #endif /* not lint */ /* @@ -440,13 +440,13 @@ freename(name) * Useful quantities placed at the end of a dumped symbol table. */ struct symtableheader { - int32_t volno; - int32_t stringsize; - int32_t entrytblsize; + long volno; + long stringsize; + long entrytblsize; time_t dumptime; time_t dumpdate; ino_t maxino; - int32_t ntrec; + long ntrec; }; /* |