* 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
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 @@
#ifndef __HAVE_ARCH_STRDUP
extern char * strdup(const char *);
#endif
-#ifdef __HAVE_ARCH_STRSWAB
+#ifndef __HAVE_ARCH_STRSWAB
extern char * strswab(const char *);
#endif