aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/dets.hrl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2011-10-17 08:31:21 +0200
committerHans Bolinder <[email protected]>2011-10-17 08:31:21 +0200
commitaa79abf8ddff07295cab0431984a88a13592f35b (patch)
tree0bdf0c0cf0444bfbba2b088e91f4b2b9ac77972b /lib/stdlib/src/dets.hrl
parent20aff71404e5af42555887964cfc3b308c1f8a7f (diff)
parent45951664c2214ee9e4342e5909a8fa8445f03b92 (diff)
downloadotp-aa79abf8ddff07295cab0431984a88a13592f35b.tar.gz
otp-aa79abf8ddff07295cab0431984a88a13592f35b.tar.bz2
otp-aa79abf8ddff07295cab0431984a88a13592f35b.zip
Merge branch 'hb/stdlib/dets_repair/OTP-9607'
* hb/stdlib/dets_repair/OTP-9607: Fix a bug in Dets concerning repair of almost full tables
Diffstat (limited to 'lib/stdlib/src/dets.hrl')
-rw-r--r--lib/stdlib/src/dets.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/src/dets.hrl b/lib/stdlib/src/dets.hrl
index fbffc9d008..a3f99357a2 100644
--- a/lib/stdlib/src/dets.hrl
+++ b/lib/stdlib/src/dets.hrl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2001-2010. All Rights Reserved.
+%% Copyright Ericsson AB 2001-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -92,6 +92,7 @@
%% Info extracted from the file header.
-record(fileheader, {
freelist,
+ fl_base,
cookie,
closed_properly,
type,