K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1999-09-08T04:11:15.000000Z
K 7
svn:log
V 568
storage/cnfs/cnfs.c:
	- From: Heath Kehoe <hakehoe@norand.com>
	- Added msync calls to cnfs.c and buffindexed.c
	- cnfs buffer headers were not updating.  This was because the cnfs
	  code has the header mmap()'d, but it was using write() to update
	  the buffer header.  In HP/UX, if a process write()s under an area
	  it has mmap()'d, it doesn't automatically invalidate the mmap()'d
	  area, so the writes get lost.  To fix this, I modified the
	  flushheader function to memcpy the data into the mmap()'d area
	  (which is what the buffindexed code does, anyway)

END
