minicom/minicom-2.2-setlocale.patch
Miroslav Lichvar 0f0e704dc8 - update to 2.2
- handle filenames with spaces (#98655)
- add requires for lrzsz
- spec cleanup Resolves: #98655
2007-03-09 12:19:02 +00:00

13 lines
310 B
Diff

--- 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)