diff options
Diffstat (limited to 'usr/src/head/pkgdev.h')
-rw-r--r-- | usr/src/head/pkgdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/pkgdev.h b/usr/src/head/pkgdev.h index 960ee105fb..9d5222b733 100644 --- a/usr/src/head/pkgdev.h +++ b/usr/src/head/pkgdev.h @@ -35,7 +35,7 @@ extern "C" { struct pkgdev { int rdonly; int mntflg; - longlong_t capacity; /* number of 512-blocks on device */ + longlong_t capacity; /* number of 512-blocks on device */ char *name; char *dirname; char *pathname; |