aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-04-24 01:22:57 +0000
committerEd Maste <emaste@FreeBSD.org>2018-04-24 01:22:57 +0000
commite936bb9f692503f7261b86439f12bc46619ffcfc (patch)
treefd5bc78048f4444dac2a6a46df239a43e7540af0 /usr.sbin/pwd_mkdb
parent7cd794214ad9572dc805fcda4bf78ea5bd3c89c8 (diff)
Notes
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.c b/usr.sbin/pwd_mkdb/pwd_mkdb.c
index f62b898259d0..62a2b08becb4 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.c
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.c
@@ -77,7 +77,7 @@ static HASHINFO openinfo = {
256, /* nelem */
2048 * 1024, /* cachesize */
NULL, /* hash() */
- BYTE_ORDER /* lorder */
+ BIG_ENDIAN /* lorder */
};
static enum state { FILE_INSECURE, FILE_SECURE, FILE_ORIG } clean;