Some changes to the Telnet/FTPD configuration

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4376 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-02-08 00:05:36 +00:00
parent 28dc73fd3b
commit d0c4aadd23
5 changed files with 119 additions and 5 deletions
+1 -1
View File
@@ -171,7 +171,7 @@
#define _TSIOCVALID(c) (_IOC_TYPE(c)==_TSIOCBASE)
#define _TSIOC(nr) _IOC(_TSIOCBASE,nr)
/* NuttX sensor ioctl definitions (see nuttx/sensor/*.h) ********************/
/* NuttX sensor ioctl definitions (see nuttx/sensor/xxx.h) ******************/
#define _SNIOCVALID(c) (_IOC_TYPE(c)==_SNIOCBASE)
#define _SNIOC(nr) _IOC(_SNIOCBASE,nr)