CVS update: samba/source/tdb

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


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

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

Modified Files:
      Tag: SAMBA_2_2
	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.35.4.30 => 1.35.4.31
	http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdb.c?r1=1.35.4.30&r2=1.35.4.31




More information about the samba-cvs mailing list