diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-06 05:49:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-06 05:49:29 +0000 |
commit | 28f22f9b9db778a1d9a55b1fb379385eef0e2572 (patch) | |
tree | 610021e4ce0ef5aab0e544e969c168216e64c73d /bin/pax | |
parent | 3b716d369cea7cb4fdd59b9e5465fd447fdb5d4e (diff) | |
download | FreeBSD-src-28f22f9b9db778a1d9a55b1fb379385eef0e2572.zip FreeBSD-src-28f22f9b9db778a1d9a55b1fb379385eef0e2572.tar.gz |
Rev 1.13 fixes PR bin/8958
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/pat_rep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index ac73ec6..a02c3a3 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$Id: pat_rep.c,v 1.12 1998/05/15 06:27:44 charnier Exp $"; + "$Id: pat_rep.c,v 1.13 1998/12/05 10:29:10 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> |