[rtems commit] telnetd: Include <rtems/passwd.h>

Sebastian Huber sebh at rtems.org
Wed Dec 13 08:11:07 UTC 2017


Module:    rtems
Branch:    master
Commit:    94e04b533d0e7dac486d5be29d8607b4ebeb88ea
Changeset: http://git.rtems.org/rtems/commit/?id=94e04b533d0e7dac486d5be29d8607b4ebeb88ea

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec 13 08:34:16 2017 +0100

telnetd: Include <rtems/passwd.h>

Prepare for header file move to common include directory.

Update #3254.

---

 cpukit/telnetd/check_passwd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/telnetd/check_passwd.c b/cpukit/telnetd/check_passwd.c
index aae1c89..b4ea4d0 100644
--- a/cpukit/telnetd/check_passwd.c
+++ b/cpukit/telnetd/check_passwd.c
@@ -70,7 +70,7 @@
 #include <rtems/telnetd.h>
 
 #include "des.h"
-#include "passwd.h"
+#include <rtems/passwd.h>
 
 /**
  * @brief Standard Telnet login check that uses DES to encrypt the passphrase.




More information about the vc mailing list