summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/telnetd/pty.c')
-rw-r--r--cpukit/telnetd/pty.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/cpukit/telnetd/pty.c b/cpukit/telnetd/pty.c
index a18b286922..18621acac6 100644
--- a/cpukit/telnetd/pty.c
+++ b/cpukit/telnetd/pty.c
@@ -10,6 +10,11 @@
*
* $Id$
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/*-----------------------------------------*/
#include <termios.h>
#include <rtems.h>
@@ -22,12 +27,6 @@
#include <string.h>
#include <unistd.h>
/*-----------------------------------------*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-/*-----------------------------------------*/
-#define printk printf
-/*-----------------------------------------*/
#define IAC_ESC 255
#define IAC_DONT 254
#define IAC_DO 253