View | Details | Raw Unified | Return to bug 211912
Collapse All | Expand All

(-)bin/ln/ln.c (+3 lines)
Lines 47-52 Link Here
47
#include <err.h>
47
#include <err.h>
48
#include <errno.h>
48
#include <errno.h>
49
#include <fcntl.h>
49
#include <fcntl.h>
50
#include <locale.h>
50
#include <libgen.h>
51
#include <libgen.h>
51
#include <limits.h>
52
#include <limits.h>
52
#include <stdio.h>
53
#include <stdio.h>
Lines 75-80 Link Here
75
	char *p, *targetdir;
76
	char *p, *targetdir;
76
	int ch, exitval;
77
	int ch, exitval;
77
78
79
	setlocale(LC_ALL, "");
80
78
	/*
81
	/*
79
	 * Test for the special case where the utility is called as
82
	 * Test for the special case where the utility is called as
80
	 * "link", for which the functionality provided is greatly
83
	 * "link", for which the functionality provided is greatly

Return to bug 211912