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

(-)bin/getfacl/getfacl.c (+4 lines)
Lines 43-48 Link Here
43
#include <errno.h>
43
#include <errno.h>
44
#include <grp.h>
44
#include <grp.h>
45
#include <pwd.h>
45
#include <pwd.h>
46
#include <locale.h>
46
#include <stdio.h>
47
#include <stdio.h>
47
#include <stdlib.h>
48
#include <stdlib.h>
48
#include <string.h>
49
#include <string.h>
Lines 291-296 Link Here
291
	qflag = 0;
292
	qflag = 0;
292
	nflag = 0;
293
	nflag = 0;
293
	vflag = 0;
294
	vflag = 0;
295
296
	setlocale(LC_ALL, "");
297
294
	while ((ch = getopt(argc, argv, "dhinqv")) != -1)
298
	while ((ch = getopt(argc, argv, "dhinqv")) != -1)
295
		switch(ch) {
299
		switch(ch) {
296
		case 'd':
300
		case 'd':

Return to bug 211909