aboutsummaryrefslogtreecommitdiffstats
path: root/src/chown.h
blob: 21f01c405455c4932bf685b8b56d0ae360e0e45d (plain) (blame)
1
2
3
4
5
6
7
/* This is for the 'chown' program. */
#define CHOWN_CHOWN 1

/* This is for the 'chgrp' program.  */
#define CHOWN_CHGRP 2

extern int chown_mode;