]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Rx: use osi_Assert/osi_Panic instead of assert
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 14 Oct 2010 21:24:33 +0000 (17:24 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 28 Oct 2010 04:12:52 +0000 (21:12 -0700)
commitb58b1faf9210812c2c68b1fa69d98e765896c368
tree3679a18f6d152a2ee20262b96c5531199f1aa7ec
parent8bb5b578789c71abcc199b1e88a7f18fabddeb05
Rx: use osi_Assert/osi_Panic instead of assert

Avoid using the openafs src/util/assert.h implementation for Rx
and Rx security classes.  Use the built-in osi_Assert() and osi_Panic()
functionality instead.  This avoids all references to assert.h except
for rx_pthread.c (Unix only) which requires it for the assert()
references in the src/util/pthread_nosigs.h macros.

Reviewed-on: http://gerrit.openafs.org/2987
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit 3616cdc306f58f90be1cb4f524aa5720d8d638fe)
Change-Id: I45f839aeba7d7611ab170f6c58cc30547a2e640f
Reviewed-on: http://gerrit.openafs.org/3169
Tested-by: Derrick Brashear <shadow@dementia.org>
15 files changed:
src/des/stats.h
src/rx/rx.c
src/rx/rx_clock.c
src/rx/rx_conncache.c
src/rx/rx_event.c
src/rx/rx_globals.h
src/rx/rx_lwp.c
src/rx/rx_misc.c
src/rx/rx_packet.c
src/rx/rx_pthread.c
src/rx/rx_rdwr.c
src/rx/rx_user.c
src/rxkad/rxkad_client.c
src/rxkad/rxkad_common.c
src/rxkad/rxkad_server.c