From 8e1975393114d786b3699f926a416c3945ec3dfd Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 3 Mar 2012 23:18:34 +0000 Subject: Move all non-standard, NuttX header files into include/nuttx/net git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/ftpc/ftpc_login.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/netutils/ftpc') diff --git a/apps/netutils/ftpc/ftpc_login.c b/apps/netutils/ftpc/ftpc_login.c index be899a074..3d41d8a25 100644 --- a/apps/netutils/ftpc/ftpc_login.c +++ b/apps/netutils/ftpc/ftpc_login.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/netutils/ftpc/ftpc_login.c * - * Copyright (C) 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -145,7 +145,6 @@ errout: int ftpc_relogin(FAR struct ftpc_session_s *session) { - int err; int ret; /* Log into the server. First send the USER command. The server may accept -- cgit v1.2.3