summaryrefslogtreecommitdiffstats
path: root/apropos_db.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-03 18:47:09 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-03 18:47:09 +0000
commit1358acb8451b515ca81b60babb158a2363053617 (patch)
tree8f4a4479ff34b81c1675525036364ea64192c02d /apropos_db.c
parent289d7863c034d433321d52e2b4c0e4ea878df0ec (diff)
downloadmandoc-1358acb8451b515ca81b60babb158a2363053617.tar.gz
Back out lorder, which doesn't seem necessary (?). I think this means all
fields are endian-neutral, although the recno(3) key is unknown.
Diffstat (limited to 'apropos_db.c')
-rw-r--r--apropos_db.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apropos_db.c b/apropos_db.c
index 677ccaed..6859a914 100644
--- a/apropos_db.c
+++ b/apropos_db.c
@@ -153,7 +153,6 @@ btree_open(void)
DB *db;
memset(&info, 0, sizeof(BTREEINFO));
- info.lorder = 4321;
info.flags = R_DUP;
db = dbopen(MANDOC_DB, O_RDONLY, 0, DB_BTREE, &info);