summaryrefslogtreecommitdiff
path: root/nuttx/net/recv.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-30 21:29:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-30 21:29:59 +0000
commit9ddfc032d424842691e1f4a30960547b578c9036 (patch)
tree3e0841836e96d7f053e3ee20f9caf4d1bd515dfc /nuttx/net/recv.c
parentd1143e0418c1cd3cbf447e8f49c57bda0e81d75c (diff)
downloadpx4-nuttx-9ddfc032d424842691e1f4a30960547b578c9036.tar.gz
px4-nuttx-9ddfc032d424842691e1f4a30960547b578c9036.tar.bz2
px4-nuttx-9ddfc032d424842691e1f4a30960547b578c9036.zip
Add new psock layer; telnet session is now wrapped in a character device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/recv.c')
-rw-r--r--nuttx/net/recv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/recv.c b/nuttx/net/recv.c
index 3d5b82f2c..1571a7377 100644
--- a/nuttx/net/recv.c
+++ b/nuttx/net/recv.c
@@ -1,8 +1,8 @@
/****************************************************************************
* net/recv.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007, 2008, 2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions