aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-26 23:29:37 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-26 23:29:37 +0000
commitce9b97b8f5847d93162f67562197292504593013 (patch)
treeef60b4dd39935b68fca6a5dacb340652ad9b53ea /nuttx/sched
parent029bbeb3dbf2c51e86fe5a67424a356fb2d17aa1 (diff)
downloadpx4-firmware-ce9b97b8f5847d93162f67562197292504593013.tar.gz
px4-firmware-ce9b97b8f5847d93162f67562197292504593013.tar.bz2
px4-firmware-ce9b97b8f5847d93162f67562197292504593013.zip
More patches/bugfixes from Kate
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5056 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/sched_setuptaskfiles.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/sched_setuptaskfiles.c b/nuttx/sched/sched_setuptaskfiles.c
index 7f754e151..fe0b14143 100644
--- a/nuttx/sched/sched_setuptaskfiles.c
+++ b/nuttx/sched/sched_setuptaskfiles.c
@@ -148,8 +148,8 @@ static inline void sched_dupsockets(FAR _TCB *tcb)
/* The parent task is the one at the head of the ready-to-run list */
FAR _TCB *rtcb = (FAR _TCB*)g_readytorun.head;
- FAR struct sockets *parent;
- FAR struct sockets *child;
+ FAR struct socket *parent;
+ FAR struct socket *child;
int i;
/* Duplicate the socket descriptors of all sockets opened by the parent