From 90b416207a9708302ecc3333c3f3aa4c660122b1 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 3 Dec 2011 18:47:09 +0000 Subject: Back out lorder, which doesn't seem necessary (?). I think this means all fields are endian-neutral, although the recno(3) key is unknown. --- mandocdb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mandocdb.c') diff --git a/mandocdb.c b/mandocdb.c index 36b08d20..ca5ff130 100644 --- a/mandocdb.c +++ b/mandocdb.c @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.22 2011/12/03 12:09:07 kristaps Exp $ */ +/* $Id: mandocdb.c,v 1.23 2011/12/03 18:47:09 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -333,7 +333,6 @@ main(int argc, char *argv[]) argv += optind; memset(&info, 0, sizeof(BTREEINFO)); - info.lorder = 4321; info.flags = R_DUP; mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL); -- cgit v1.2.3-56-ge451