diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-16 03:05:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-16 03:05:00 +0000 |
commit | a6cba63b13007c47209fca64dbe16f5d594493bf (patch) | |
tree | c41d9a1481c80fc5dd38a3f34c78b2bdd6e1dd8b /bin/pax/tables.h | |
parent | 11041f947a8a8c2fabec695efdb740beb263a3bb (diff) |
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
Diffstat (limited to 'bin/pax/tables.h')
-rw-r--r-- | bin/pax/tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/tables.h b/bin/pax/tables.h index 1d9c8130ba6..c22945fb242 100644 --- a/bin/pax/tables.h +++ b/bin/pax/tables.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.h,v 1.2 1996/06/23 14:20:43 deraadt Exp $ */ +/* $OpenBSD: tables.h,v 1.3 2001/05/16 03:04:58 mickey Exp $ */ /* $NetBSD: tables.h,v 1.3 1995/03/21 09:07:47 cgd Exp $ */ /*- @@ -108,7 +108,7 @@ typedef struct namt { * this table. (When the inode field in the archive header are too small, we * remap the dev on writes to remove accidental collisions). * - * The list is hashed by device number using chain collision resolution. Off of + * The list is hashed by device number using chain collision resolution. Off of * each DEVT are linked the various remaps for this device based on those bits * in the inode which were truncated. For example if we are just remapping to * avoid a device number during an update append, off the DEVT we would have |