diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-02-09 14:04:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-02-09 14:04:34 +0000 |
commit | 5ea89d6df273cdd541207f0e68acad74420c25ab (patch) | |
tree | 3244083c57e57e1ae210c3c89e95996252d42d5b /bin/pax/ftree.c | |
parent | cd46854f300eb67b071cdb525482162f5e0e65f5 (diff) |
Revert broken fix, until a correct fix is written.
Breaking all ports like that is not acceptable.
Diffstat (limited to 'bin/pax/ftree.c')
-rw-r--r-- | bin/pax/ftree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 1be7588a38a..6a52660c519 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftree.c,v 1.10 2001/02/07 19:43:10 millert Exp $ */ +/* $OpenBSD: ftree.c,v 1.11 2001/02/09 14:04:33 espie Exp $ */ /* $NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$OpenBSD: ftree.c,v 1.10 2001/02/07 19:43:10 millert Exp $"; +static char rcsid[] = "$OpenBSD: ftree.c,v 1.11 2001/02/09 14:04:33 espie Exp $"; #endif #endif /* not lint */ @@ -171,7 +171,7 @@ ftree_add(str, chflg) * simple check for bad args */ if ((str == NULL) || (*str == '\0')) { - paxwarn(0, "Invalid file name argument"); + paxwarn(0, "Invalid file name arguement"); return(-1); } |