svn commit: r196751 - head/contrib/ee

Andrey A. Chernov ache at FreeBSD.org
Wed Sep 2 04:43:47 UTC 2009


Author: ache
Date: Wed Sep  2 04:43:46 2009
New Revision: 196751
URL: http://svn.freebsd.org/changeset/base/196751

Log:
  Move <locale.h> out of NO_CATGETS define too (as setlocale() in prev.
  commit)

Modified:
  head/contrib/ee/ee.c

Modified: head/contrib/ee/ee.c
==============================================================================
--- head/contrib/ee/ee.c	Wed Sep  2 04:26:34 2009	(r196750)
+++ head/contrib/ee/ee.c	Wed Sep  2 04:43:46 2009	(r196751)
@@ -83,6 +83,7 @@ char *version = "@(#) ee, version "  EE_
 #include <errno.h>
 #include <string.h>
 #include <pwd.h>
+#include <locale.h>
 
 #ifdef HAS_SYS_WAIT
 #include <sys/wait.h>
@@ -100,9 +101,7 @@ char *version = "@(#) ee, version "  EE_
 #include <unistd.h>
 #endif
 
-
 #ifndef NO_CATGETS
-#include <locale.h>
 #include <nl_types.h>
 
 nl_catd catalog;


More information about the svn-src-all mailing list