CVS update: samba/source/tdb

Jeremy Allison jra at samba.org
Fri Aug 3 06:17:41 EST 2001


Date:	Thu Aug  2 13:17:41 2001
Author:	jra

Update of /data/cvs/samba/source/tdb
In directory va:/tmp/cvs-serv20602/tdb

Modified Files:
	tdb.c 
Log Message:
Added mmap fix to pass lock test from HP.
Ok - now we're no longer trying to reach a silly 1k loc target,
change the formatting to be *readable* - eg.
change if (x) y else z to be :
if (x)
    y
else
    z
 
and other compact sillyness. Oh look - when I did this I found
some areas where we *WEREN'T CHECKING SYSTEM CALL ERROR RETURNS !!!!*
CompSci 101 guys....... :-).
Jeremy.


Revisions:
tdb.c		1.68 => 1.69
	http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdb.c?r1=1.68&r2=1.69




More information about the samba-cvs mailing list