diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-02 00:53:26 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-02 00:53:26 +0000 |
| commit | fdb2806a6492b057f969ec4ad6acd3d72c8219d8 (patch) | |
| tree | b52b9a9cb3bb98578a4cfc999b39a6fe02772b71 /usr.bin/ar | |
| parent | 45b1e40052bc62f2fe42861384e97f7f52d3455c (diff) | |
Notes
Diffstat (limited to 'usr.bin/ar')
| -rw-r--r-- | usr.bin/ar/contents.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ar/contents.c b/usr.bin/ar/contents.c index e31cd639acfa..0371a3401e47 100644 --- a/usr.bin/ar/contents.c +++ b/usr.bin/ar/contents.c @@ -36,6 +36,8 @@ #ifndef lint static const char sccsid[] = "@(#)contents.c 8.3 (Berkeley) 4/2/94"; +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> @@ -63,7 +65,7 @@ contents(argv) { int afd, all; struct tm *tp; - char *file, buf[25]; + char *file, buf[80]; afd = open_archive(O_RDONLY); |
