OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1699-g0a8f21e
Gerrit Code Review
gerrit@openafs.org
Sun, 25 Sep 2011 21:10:32 -0700 (PDT)
The following commit has been merged in the master branch:
commit 0a8f21e6a44d59a3333c0b4fee572fe6d94aae3d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Sep 11 21:44:23 2011 +0100
Move abort() into opr
We need our own abort function, because the behaviour of the Windows
abort() implementation isn't sufficiently flexible for us.
Because we're replacing an operating system function, reather than
implementing a missing function, this doesn't belong in roken.
So, provide an alternative opr_abort() implementation in our portable
runtime layer, which is a synonym for abort() on Unix, and implements
the required DebugBreak() functionality on Windows.
Remove lwp_abort() which was just creating another, unnecessary, layer
of abstraction.
Change-Id: Ice226d70d2791beaba011f42e39fde60242f6cc3
Reviewed-on: http://gerrit.openafs.org/4428
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/WINNT/client_exp/NTMakefile | 1 +
src/lwp/iomgr.c | 10 ++++------
src/lwp/lwp.h | 3 ---
src/lwp/lwp_nt.c | 15 ++-------------
src/opr/Makefile.in | 5 +++--
src/opr/NTMakefile | 1 +
src/opr/assert.c | 15 +++++++++++++++
src/opr/opr.h | 9 ++++++++-
src/rx/rx_user.c | 2 +-
src/rx/test/NTMakefile | 3 ++-
src/rx/test/testclient.c | 4 +++-
src/rx/test/testserver.c | 4 +++-
src/rxdebug/NTMakefile | 3 ++-
src/util/afsutil.h | 10 ----------
src/util/assert.c | 11 ++---------
src/xstat/NTMakefile | 3 ++-
16 files changed, 49 insertions(+), 50 deletions(-)
--
OpenAFS Master Repository