aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-08-11 16:46:38 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-08-11 16:46:38 +0000
commitb05fc77a36028619e670205f3860e64f10ed10a8 (patch)
treee7e44b77ec49991187228f7104b4b2fe66e64513 /usr.sbin/pwd_mkdb
parent313232ddf95d018e0682b82c8f8f1479d5dab94a (diff)
downloadsrc-b05fc77a36028619e670205f3860e64f10ed10a8.tar.gz
src-b05fc77a36028619e670205f3860e64f10ed10a8.zip
Fix bootstrapping of pwd_mkdb after r364049
I moved the bootstrap pwd.h to a subdirectory in r364049 but forgot to adjust the #include path.
Notes
Notes: svn path=/head/; revision=364121
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/bootstrap/pwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pwd_mkdb/bootstrap/pwd.h b/usr.sbin/pwd_mkdb/bootstrap/pwd.h
index a3b595881e21..bc196e2c0fd0 100644
--- a/usr.sbin/pwd_mkdb/bootstrap/pwd.h
+++ b/usr.sbin/pwd_mkdb/bootstrap/pwd.h
@@ -60,7 +60,7 @@ typedef uint64_t _bootstrap_time_t;
#define uid_t _bootstrap_uid_t
#define time_t _bootstrap_time_t
#define passwd _bootstrap_passwd
-#include "../../include/pwd.h"
+#include "../../../include/pwd.h"
#undef gid_t
#undef uid_t
#undef time_t