View | Details | Raw Unified | Return to bug 211896 | Differences between
and this patch

Collapse All | Expand All

(-)bin/chmod/chmod.c (+3 lines)
Lines 48-53 Link Here
48
#include <errno.h>
48
#include <errno.h>
49
#include <fcntl.h>
49
#include <fcntl.h>
50
#include <fts.h>
50
#include <fts.h>
51
#include <locale.h>
51
#include <limits.h>
52
#include <limits.h>
52
#include <stdio.h>
53
#include <stdio.h>
53
#include <stdlib.h>
54
#include <stdlib.h>
Lines 68-73 Link Here
68
	char *mode;
69
	char *mode;
69
	mode_t newmode;
70
	mode_t newmode;
70
71
72
	setlocale(LC_ALL,"");
73
71
	set = NULL;
74
	set = NULL;
72
	Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
75
	Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
73
	while ((ch = getopt(argc, argv, "HLPRXfghorstuvwx")) != -1)
76
	while ((ch = getopt(argc, argv, "HLPRXfghorstuvwx")) != -1)

Return to bug 211896