diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 00:10:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 00:10:19 +0000 |
commit | 9e9afca8e1dfa8c957cf7ef77140a25e15ec2cf0 (patch) | |
tree | 64079a8f4b473ed557c9689868bbd8ab9059f443 /bin/pax/cpio.c | |
parent | 6a21bbfaba9f2366ca923756df0aec2af847bd44 (diff) |
protos. this requires changing the api for the *trail() functions a bit
Diffstat (limited to 'bin/pax/cpio.c')
-rw-r--r-- | bin/pax/cpio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index f5cdf759dd2..2bfb44ee9e8 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpio.c,v 1.15 2003/06/02 23:32:08 millert Exp $ */ +/* $OpenBSD: cpio.c,v 1.16 2003/06/26 00:10:17 deraadt Exp $ */ /* $NetBSD: cpio.c,v 1.5 1995/03/21 09:07:13 cgd Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static const char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93"; #else -static const char rcsid[] = "$OpenBSD: cpio.c,v 1.15 2003/06/02 23:32:08 millert Exp $"; +static const char rcsid[] = "$OpenBSD: cpio.c,v 1.16 2003/06/26 00:10:17 deraadt Exp $"; #endif #endif /* not lint */ @@ -92,7 +92,7 @@ cpio_strd(void) */ int -cpio_trail(ARCHD *arcn) +cpio_trail(ARCHD *arcn, char *notused, int notused2, int *notused3) { /* * look for trailer id in file we are about to process |