patacongo opened a new pull request #432: sched/group/group_setuptaskfiles.c:  
Fix bad file inclusion.
URL: https://github.com/apache/incubator-nuttx/pull/432
 
 
   commit d07afc934e272cbbd63e355d9e12db333b2e2978, "fcntl: add 
O_CLOEXEC/FD_CLOEXEC support" introduce a compilation error .. a bad file 
inclusion.  That commit added an unnecessary inclusion of "socket/socket.h" 
which is NOT available in the sched sub-directory. It is only available under 
the net/ sub-directory.
   
   There is no include path for such and inclusion and there must NEVER be such 
a include path.  Module design forbids including header files between diffent 
"silos" in the design.  Nothing under net/ can ever be available to logic under 
sched/.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to