summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-08-20 14:22:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-08-20 14:22:57 +0000
commit587ad47a9bd1d4aed28c759623c1bf7faf0ac200 (patch)
treebfe6946d28f77cac5516ba93594f0cbf77661289 /gnu/usr.bin/diff
parent8e67e42f63c5243248facd693ad69625767f2b06 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/diff')
-rw-r--r--gnu/usr.bin/diff/diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/diff.c b/gnu/usr.bin/diff/diff.c
index c81820859e1a..e2af1ead6ab2 100644
--- a/gnu/usr.bin/diff/diff.c
+++ b/gnu/usr.bin/diff/diff.c
@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#include <signal.h>
#include "getopt.h"
-#include "fnmatch.h"
+#include <fnmatch.h>
#ifndef DEFAULT_WIDTH
#define DEFAULT_WIDTH 130
@@ -239,7 +239,7 @@ main (argc, argv)
int show_c_function = 0;
#ifdef __FreeBSD__
- (void) setlocale(LC_CTYPE, "");
+ (void) setlocale(LC_ALL, "");
#endif
/* Do our initializations. */
initialize_main (&argc, &argv);