source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Back out lorder, which doesn't seem necessary (?).
@ 2011-12-03 18:47 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-12-03 18:47 UTC (permalink / raw)
  To: source

Log Message:
-----------
Back out lorder, which doesn't seem necessary (?).  I think this means all
fields are endian-neutral, although the recno(3) key is unknown.

Modified Files:
--------------
    mdocml:
        apropos_db.c
        mandocdb.c

Revision Data
-------------
Index: apropos_db.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/apropos_db.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -Lapropos_db.c -Lapropos_db.c -u -p -r1.20 -r1.21
--- apropos_db.c
+++ 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);
Index: mandocdb.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandocdb.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -Lmandocdb.c -Lmandocdb.c -u -p -r1.22 -r1.23
--- mandocdb.c
+++ mandocdb.c
@@ -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);
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-03 18:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-03 18:47 mdocml: Back out lorder, which doesn't seem necessary (?) kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).