Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: include/vms/lbr.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/vms/ChangeLog ('k') | libdecnumber/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/vms/lbr.h
diff --git a/include/vms/lbr.h b/include/vms/lbr.h
index bdb436aa70a7a092c89e81eae71b415ada45578f..fd3c256ad817f3fffe5648b478be5bfb0454dacd 100644
--- a/include/vms/lbr.h
+++ b/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. */
« no previous file with comments | « include/vms/ChangeLog ('k') | libdecnumber/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698