volser: let it be known that Abort() really aborts
authorGarrett Wollman <wollman@csail.mit.edu>
Tue, 9 Aug 2011 01:41:57 +0000 (21:41 -0400)
committerDerrick Brashear <shadow@dementia.org>
Tue, 9 Aug 2011 16:07:08 +0000 (09:07 -0700)
commit292b375e392c6d3443d486e654a88bc4b4502cb2
tree175612492fa3776a832318da5c067d66a34bf46b
parentae6a3929489035ddcd17785abab8900cebd22eb3
volser: let it be known that Abort() really aborts

The compiler and static checkers can do a better job if they know that
certain functions never return.  Tell it that common.c:Abort() is such
a function.  While we're at it, let volser_internal.h provide the
declarations for this function (Log() was already there).  This makes
volser parallel to the way the same functions are declared in vol.

Change-Id: I8b684bf96866edfc9edaae126d789d245a8d2356
Reviewed-on: http://gerrit.openafs.org/5175
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/volser/volmain.c
src/volser/volser_internal.h