summaryrefslogtreecommitdiff
path: root/nuttx/net/send.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-26 05:26:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-26 05:26:27 +0000
commitb1e43c09bda98ba3caf419e99de6639170ce309a (patch)
tree76b59e2bbd7c8cef1e90e1743984df2cddfc4ab3 /nuttx/net/send.c
parent9ded5b25e4936008603ec842e3121e95a061a6b1 (diff)
downloadpx4-nuttx-b1e43c09bda98ba3caf419e99de6639170ce309a.tar.gz
px4-nuttx-b1e43c09bda98ba3caf419e99de6639170ce309a.tar.bz2
px4-nuttx-b1e43c09bda98ba3caf419e99de6639170ce309a.zip
Fix un-acked backlog coordinatin bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3133 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/send.c')
-rw-r--r--nuttx/net/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/send.c b/nuttx/net/send.c
index edb3d359a..6aa84d6de 100644
--- a/nuttx/net/send.c
+++ b/nuttx/net/send.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/send.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without