78d2150
1
2
3
4
5
6
7
8
/* This is for the 'chown' program. */ #define CHOWN_CHOWN 1 /* This is for the 'chgrp' program. */ #define CHOWN_CHGRP 2 extern int chown_mode;