Util: Rename remote::error()'s errno argument to avoid warnings
commit12228f23ca6733cddd38610906f51f65ee9ebb90
authorJonas Fonseca <fonseca@diku.dk>
Sun, 18 May 2008 11:02:45 +0000 (18 12:02 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 20 May 2008 10:47:09 +0000 (20 11:47 +0100)
tree11fd5b11dadb3b2d9533a0158846207254469657
parent0d9f3f8fd5546f97a49504eac41f9935f9a12f42
Util: Rename remote::error()'s errno argument to avoid warnings

Glibc defines errno as a macro which does a function call to get the
thread specific errno value. Also, remove unused <stdarg.h> header file
from error.h
libutil/error.h