minicom/minicom-2.2-setlocale.patch

13 lines
310 B
Diff
Raw Normal View History

--- minicom-2.2/src/intl.h.setlocale 2003-03-30 20:55:51.000000000 +0200
+++ minicom-2.2/src/intl.h 2007-03-08 18:01:03.000000000 +0100
@@ -3,9 +3,6 @@
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif
-#if !HAVE_SETLOCALE
-# define setlocale(Category, Locale) /* empty */
-#endif
#define N_(Str) (Str)