[rtems-libbsd commit] Add ftpd initailize comment.

Chris Johns chrisj at rtems.org
Fri Jul 1 05:50:43 UTC 2016


Module:    rtems-libbsd
Branch:    master
Commit:    fc264795664506af44a67ef9b82fa211c9b09f6a
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=fc264795664506af44a67ef9b82fa211c9b09f6a

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Jun 30 13:35:37 2016 +1000

Add ftpd initailize comment.

---

 rtemsbsd/include/rtems/ftpd.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/rtemsbsd/include/rtems/ftpd.h b/rtemsbsd/include/rtems/ftpd.h
index 138309c..b57880d 100644
--- a/rtemsbsd/include/rtems/ftpd.h
+++ b/rtemsbsd/include/rtems/ftpd.h
@@ -66,6 +66,11 @@ struct rtems_ftpd_configuration
 #define TRANSIENT       4       /* transient negative completion */
 #define ERROR           5       /* permanent negative completion */
 
+/*
+ * Initialise with the global table.
+ *
+ * Note, use rc.conf, this function will be removed at some point.
+ */
 int rtems_initialize_ftpd(void);
 
 #ifdef __cplusplus



More information about the vc mailing list