diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2003-01-19 00:43:17 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2003-01-19 00:43:17 +0000 |
commit | 656128586d46b1ce8ff315062a35f95d3fc97378 (patch) | |
tree | 3812cc63a17efcafd391f4e30d9ffc028ebd44e2 /lib/libufs/libufs.h | |
parent | b47d0735004fcd3a994e027302c9074c86209cea (diff) | |
download | src-656128586d46b1ce8ff315062a35f95d3fc97378.tar.gz src-656128586d46b1ce8ff315062a35f95d3fc97378.zip |
Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.
Concept reviewed by: phk
Notes
Notes:
svn path=/head/; revision=109506
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 c2f11a922b43..266f787421f6 100644 --- a/lib/libufs/libufs.h +++ b/lib/libufs/libufs.h @@ -80,6 +80,7 @@ struct uufsd { /* superblock as buffer */ } d_sbunion; const char *d_error; /* human readable disk error */ + int d_mine; /* internal flags */ #define d_fs d_sbunion.d_fs #define d_sb d_sbunion.d_sb }; |