diff options
Diffstat (limited to 'lib/libufs/libufs.h')
-rw-r--r-- | lib/libufs/libufs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libufs/libufs.h b/lib/libufs/libufs.h index 996a4426bafa..7f7f3361b233 100644 --- a/lib/libufs/libufs.h +++ b/lib/libufs/libufs.h @@ -85,6 +85,7 @@ struct uufsd { /* cylinder group storage */ } d_cgunion; int d_ccg; /* current cylinder group */ + int d_lcg; /* last cylinder group (in d_cg) */ const char *d_error; /* human readable disk error */ int d_mine; /* internal flags */ #define d_fs d_sbunion.d_fs |