gssd.c: In function 'sig_hup': gssd.c:78: warning: unused parameter 'signal' Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> --- utils/gssd/gssd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/gssd/gssd.c b/utils/gssd/gssd.c index bd37a5f..ccadb07 100644 --- a/utils/gssd/gssd.c +++ b/utils/gssd/gssd.c @@ -78,7 +78,7 @@ void sig_hup(int signal) { /* don't exit on SIGHUP */ - printerr(1, "Received SIGHUP... Ignoring.\n"); + printerr(1, "Received SIGHUP(%d)... Ignoring.\n", signal); return; } -- 1.7.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html