diff options
Diffstat (limited to 'binutils-2.22/include/vms/lbr.h')
-rw-r--r-- | binutils-2.22/include/vms/lbr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils-2.22/include/vms/lbr.h b/binutils-2.22/include/vms/lbr.h index bdb436a..fd3c256 100644 --- a/binutils-2.22/include/vms/lbr.h +++ b/binutils-2.22/include/vms/lbr.h @@ -87,7 +87,10 @@ struct vms_lhd unsigned char nextvbn[4]; /* Free pre-allocated index block. */ + /* Number of free blocks. */ unsigned char freidxblk[4]; + /* VBN of a simply linked list of free blocks. The list is terminated by a + nul VBN. */ unsigned char freeidx[4]; /* Highest pre-allocated index block and in use. */ |