From c8f05db3b80178c7ed8fb6893bb29d5406b58602 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Jan 2002 17:36:23 +0000 Subject: 2002-01-21 Ralf Corsepius * rtems_telnetd/pty.c: Move config.h to were it belongs. Remove printf (Reported by Till Straumann ). --- cpukit/libnetworking/ChangeLog | 6 ++++++ cpukit/telnetd/pty.c | 11 +++++------ 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog index c5ee2afc0f..0562a8dbd2 100644 --- a/cpukit/libnetworking/ChangeLog +++ b/cpukit/libnetworking/ChangeLog @@ -1,3 +1,9 @@ +2002-01-21 Ralf Corsepius + + * rtems_telnetd/pty.c: Move config.h to were it belongs. + Remove printf (Reported by Till Straumann + ). + 2001-01-16 Eric Norum * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking. 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 #include @@ -22,12 +27,6 @@ #include #include /*-----------------------------------------*/ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif -/*-----------------------------------------*/ -#define printk printf -/*-----------------------------------------*/ #define IAC_ESC 255 #define IAC_DONT 254 #define IAC_DO 253 -- cgit v1.2.3