From f2675bf333e0378c842717a94a13c73dabb76a52 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 15 Jun 2009 18:58:22 +0000 Subject: dup() and dup2() support for socket descriptors git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1884 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/uip/uip_tcpbacklog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/net/uip/uip_tcpbacklog.c') diff --git a/nuttx/net/uip/uip_tcpbacklog.c b/nuttx/net/uip/uip_tcpbacklog.c index 1eecdf9ad..e27c70a51 100644 --- a/nuttx/net/uip/uip_tcpbacklog.c +++ b/nuttx/net/uip/uip_tcpbacklog.c @@ -1,7 +1,7 @@ /**************************************************************************** * net/uip/uip_tcpbacklog.c * - * Copyright (C) 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -68,7 +68,7 @@ * * Description: * Called from the listen() logic to setup the backlog as specified in the - * the listen arguments *. + * the listen arguments. * * Assumptions: * Called from normal user code. Interrupts may be disabled. @@ -213,7 +213,7 @@ int uip_backlogdestroy(FAR struct uip_conn *conn) * * Description: * Called uip_listen when a new connection is made with a listener socket - * but when there is not accept() in place to receive the connection. This + * but when there is no accept() in place to receive the connection. This * function adds the new connection to the backlog. * * Assumptions: -- cgit v1.2.3