diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 03:15:17 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 03:15:17 +0000 |
commit | c644709c911fbba9a0ae3875957749d41ce3ac56 (patch) | |
tree | 99fd32ad11b173461549124e82347d658337a740 /include/protocols | |
parent | d85d10ce75a4dc8fc4ef99ae7fdfa5e78c19ccb5 (diff) |
Amend c_count comment per PR 1576.
Diffstat (limited to 'include/protocols')
-rw-r--r-- | include/protocols/dumprestore.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 0728143e642..db95e95e4cc 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dumprestore.h,v 1.3 1997/09/21 10:46:06 niklas Exp $ */ +/* $OpenBSD: dumprestore.h,v 1.4 2001/01/09 03:15:16 angelos Exp $ */ /* $NetBSD: dumprestore.h,v 1.6 1994/10/26 00:56:49 cgd Exp $ */ /* @@ -79,7 +79,9 @@ union u_spcl { int32_t c_magic; /* magic number (see above) */ int32_t c_checksum; /* record checksum */ struct dinode c_dinode; /* ownership and mode of inode */ - int32_t c_count; /* number of valid c_addr entries */ + int32_t c_count; /* number of valid c_addr entries, + unless c_type is TS_BITS or + TS_CLRI. */ char c_addr[TP_NINDIR]; /* 1 => data; 0 => hole in inode */ char c_label[LBLSIZE]; /* dump label */ int32_t c_level; /* level of this dump */ |