* Patch by Carl Riechers, 17 Mar 2004:

Ignore '\0' characters in console input for use with telnet and
  telco pads.

* Patch by Leon Kukovec, 17 Mar 2004:
  typo fix for strswab prototype #ifdef
This commit is contained in:
wdenk
2004-03-23 22:37:33 +00:00
parent 4b9206ed51
commit 27aa818670
4 changed files with 15 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ extern __kernel_size_t strnlen(const char *,__kernel_size_t);
#ifndef __HAVE_ARCH_STRDUP
extern char * strdup(const char *);
#endif
#ifdef __HAVE_ARCH_STRSWAB
#ifndef __HAVE_ARCH_STRSWAB
extern char * strswab(const char *);
#endif