diff options
Diffstat (limited to 'usr.sbin/pw/pwupd.h')
-rw-r--r-- | usr.sbin/pw/pwupd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pw/pwupd.h b/usr.sbin/pw/pwupd.h index 262b044e07fc..a39a022ca309 100644 --- a/usr.sbin/pw/pwupd.h +++ b/usr.sbin/pw/pwupd.h @@ -78,6 +78,7 @@ struct pwconf { char etcpath[MAXPATHLEN]; int fd; int rootfd; + bool altroot; bool checkduplicate; }; |