summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-04 18:46:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-04 18:46:28 +0000
commit7071ca9d21d783827f93fcd25631aa2da8df8fe4 (patch)
tree1fab8982b4f2438b1b135fd6c43e7b8a8af78d48 /apps/examples/thttpd
parent09afe06037de8f89b2cfa4f1765be407bf1783a2 (diff)
downloadnuttx-7071ca9d21d783827f93fcd25631aa2da8df8fe4.tar.gz
nuttx-7071ca9d21d783827f93fcd25631aa2da8df8fe4.tar.bz2
nuttx-7071ca9d21d783827f93fcd25631aa2da8df8fe4.zip
Rename _TCB to struct tcb_s
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/thttpd')
-rw-r--r--apps/examples/thttpd/content/tasks/tasks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/thttpd/content/tasks/tasks.c b/apps/examples/thttpd/content/tasks/tasks.c
index e2eedf781..131cbd60f 100644
--- a/apps/examples/thttpd/content/tasks/tasks.c
+++ b/apps/examples/thttpd/content/tasks/tasks.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/thttpd/tasks/tasks.c
*
- * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009, 2011, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -103,7 +103,7 @@ static const char *g_ttypenames[4] =
* dangerous to reference global variables in the callback function.
*/
-/* static */ void show_task(FAR _TCB *tcb, FAR void *arg)
+/* static */ void show_task(FAR struct tcb_s *tcb, FAR void *arg)
{
int i;