Turn PARA_STRERROR into an inline function.
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index b18c73139a51eb86de3754d356c6727d1bf4d30d..a55e09151a35e116fe17445721348970f32330bc 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -421,7 +421,7 @@ static void recv_afs_result(void)
 err:
        if (passed_fd >= 0)
                close(passed_fd);
-       PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret));
+       PARA_ERROR_LOG("%s\n", para_strerror(-ret));
        mmd->new_vss_status_flags = VSS_NEXT;
 }