mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1577 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* net/connect.c
|
||||
*
|
||||
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -144,7 +144,7 @@ static void connection_event(struct uip_conn *conn, uint16 flags)
|
||||
|
||||
#ifdef CONFIG_NET_TCP
|
||||
static inline int tcp_setup_callbacks(FAR struct socket *psock,
|
||||
FAR struct tcp_connect_s *pstate)
|
||||
FAR struct tcp_connect_s *pstate)
|
||||
{
|
||||
FAR struct uip_conn *conn = psock->s_conn;
|
||||
int ret = -EBUSY;
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* net/uip/uip_poll.c
|
||||
*
|
||||
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
||||
Reference in New Issue
Block a user