diff options
author | ache <ache@FreeBSD.org> | 1996-08-20 14:22:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-20 14:22:57 +0000 |
commit | 981ea6eb0f7d60e5b380697c88ee6d6981b9a5ba (patch) | |
tree | bfe6946d28f77cac5516ba93594f0cbf77661289 /gnu/usr.bin/diff/diff.c | |
parent | 83996d496896dafaaa9a1a3bb41c5c542619623d (diff) | |
download | FreeBSD-src-981ea6eb0f7d60e5b380697c88ee6d6981b9a5ba.zip FreeBSD-src-981ea6eb0f7d60e5b380697c88ee6d6981b9a5ba.tar.gz |
Pick collate info fo ranges
Diffstat (limited to 'gnu/usr.bin/diff/diff.c')
-rw-r--r-- | gnu/usr.bin/diff/diff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/diff.c b/gnu/usr.bin/diff/diff.c index c818208..e2af1ea 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); |