aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/cpio.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
commit46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch)
tree00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/pax/cpio.c
parentc578efe575dc0b2020cf21aaae2c34b12a12a430 (diff)
Notes
Diffstat (limited to 'bin/pax/cpio.c')
-rw-r--r--bin/pax/cpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c
index df6f3f124a191..96f16f8b8e46e 100644
--- a/bin/pax/cpio.c
+++ b/bin/pax/cpio.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: cpio.c,v 1.10 1998/05/15 06:27:38 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -1012,7 +1012,7 @@ bcpio_rd(arcn, buf)
hd = (HD_BCPIO *)buf;
if (swp_head) {
/*
- * header has swapped bytes on 16 bit boundries
+ * header has swapped bytes on 16 bit boundaries
*/
arcn->sb.st_dev = (dev_t)(RSHRT_EXT(hd->h_dev));
arcn->sb.st_ino = (ino_t)(RSHRT_EXT(hd->h_ino));