From 27aa818670ad6776546ee3c1ad339b68866368ef Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 23 Mar 2004 22:37:33 +0000 Subject: * 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 --- include/linux/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/string.h') diff --git a/include/linux/string.h b/include/linux/string.h index 403ae98..1a45fd3 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -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 -- cgit v1.1