summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd/ftpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ftpd/ftpd.c')
-rw-r--r--cpukit/ftpd/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c
index 0a89bbd920..94b8ee0966 100644
--- a/cpukit/ftpd/ftpd.c
+++ b/cpukit/ftpd/ftpd.c
@@ -1990,7 +1990,7 @@ session(rtems_task_argument arg)
* NONE
*/
static void
-daemon(rtems_task_argument args __attribute__((unused)))
+daemon(rtems_task_argument args RTEMS_UNUSED)
{
int s;
socklen_t addrLen;