From d3c86023429fa2f7f14447242d70cc94851906b3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Sep 2012 12:25:38 -0500 Subject: shell/dd-misc.c: Rename __unused to avoid conflict with new --- cpukit/libmisc/shell/dd-misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libmisc/shell/dd-misc.c b/cpukit/libmisc/shell/dd-misc.c index dc5cc0eb09..73cefc7d02 100644 --- a/cpukit/libmisc/shell/dd-misc.c +++ b/cpukit/libmisc/shell/dd-misc.c @@ -92,7 +92,7 @@ summary(rtems_shell_dd_globals* globals) /* ARGSUSED */ void -summaryx(rtems_shell_dd_globals* globals, int __unused) +summaryx(rtems_shell_dd_globals* globals, int __unused_arg) { int save_errno = errno; -- cgit v1.2.3