summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-05 12:25:38 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-05 12:25:38 -0500
commitd3c86023429fa2f7f14447242d70cc94851906b3 (patch)
tree0a68991cfdd19a7ef4070dd83942201f98b0c8dd
parentmips/idtcpu.h: Fix nested comment warning (diff)
downloadrtems-d3c86023429fa2f7f14447242d70cc94851906b3.tar.bz2
shell/dd-misc.c: Rename __unused to avoid conflict with new <sys/cdefs.h>
-rw-r--r--cpukit/libmisc/shell/dd-misc.c2
1 files changed, 1 insertions, 1 deletions
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;