STABLE12-winnt-afsrpc-assert-20030314

FIXES 1333

something in the fileserver started using osi_Assert, instead
of whatever assert comes from util, so we need osi_AssertFailU in addition
to AssertionFailed.
This commit is contained in:
Chaskiel M Grundman 2003-03-14 20:30:37 +00:00 committed by Derrick Brashear
parent 4412874583
commit d9369b2a7e

View File

@ -198,3 +198,4 @@ EXPORTS
rx_enable_hot_thread @203 DATA rx_enable_hot_thread @203 DATA
xdr_int64 @204 xdr_int64 @204
xdr_uint64 @205 xdr_uint64 @205
osi_AssertFailU @206