Remove trailing whitespace. Update copyright to include 2004.
This commit is contained in:
parent
8854004b41
commit
c7bda1ce65
374 changed files with 2048 additions and 2051 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
extern int bb_parse_mode(const char *s, mode_t *current_mode)
|
||||
{
|
||||
static const mode_t who_mask[] = {
|
||||
static const mode_t who_mask[] = {
|
||||
S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO, /* a */
|
||||
S_ISUID | S_IRWXU, /* u */
|
||||
S_ISGID | S_IRWXG, /* g */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue