From: Rob Siemborski (rjs3 at andrew dot cmu dot edu)
Date: Tue Jun 29 2004 - 18:13:58 EDT
On Tue, 29 Jun 2004, Jim McCullars wrote:
> cc: Error: auth_rimap.c, line 135: The function "sig_null" has return type
> void, and so must not contain a return statement with an expression.
> (voidreturn)
> return 0;
> ----^
> *** Exit 1
> Stop.
>
> Any ideas as to how to get around that?
Apparently the #if RETSIGTYPE == void test isn't working as its intended.
If you just arrange for that line to be return; instead of return 0; it
should compile fine.
-Rob
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper
|
|
|