forked from Imagelibrary/rtems
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems_telnetd/pty.c: Move config.h to were it belongs. Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* rtems_telnetd/pty.c: Move config.h to were it belongs.
|
||||
Remove printf (Reported by Till Straumann
|
||||
<strauman@SLAC.Stanford.EDU>).
|
||||
|
||||
2001-01-16 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* rtems_telnetd/pty.c: Move config.h to were it belongs.
|
||||
Remove printf (Reported by Till Straumann
|
||||
<strauman@SLAC.Stanford.EDU>).
|
||||
|
||||
2001-01-16 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* rtems_telnetd/pty.c: Move config.h to were it belongs.
|
||||
Remove printf (Reported by Till Straumann
|
||||
<strauman@SLAC.Stanford.EDU>).
|
||||
|
||||
2001-01-16 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user