From 4aa05e54825de6876f33f6804cb5e908df9f53a4 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 20 Oct 2009 03:57:54 +0000 Subject: [PATCH] - proper declaration --- lustre/obdclass/llog_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/llog_test.c b/lustre/obdclass/llog_test.c index e6a5b2f..b2fbf9f 100644 --- a/lustre/obdclass/llog_test.c +++ b/lustre/obdclass/llog_test.c @@ -371,7 +371,7 @@ ctxt_release: RETURN(rc); } -static cat_counter; +static int cat_counter; static int cat_print_cb(struct llog_handle *llh, struct llog_rec_hdr *rec, void *data) -- 1.8.3.1