Re: [PATCH] Change type of signed int flags to unsigned

2016-02-27 Thread Eric Sunshine
On Thu, Feb 25, 2016 at 8:24 AM, Saurav Sachidanand wrote: > “pattern” and “exclude” are two structs defined in attr.c and dir.h > respectively. Each contains a field named “flags” of type int, that > takes on values from the set of positive integers {1, 4, 8, 16} > enumerated through the macro EX

[PATCH] Change type of signed int flags to unsigned

2016-02-25 Thread Saurav Sachidanand
“pattern” and “exclude” are two structs defined in attr.c and dir.h respectively. Each contains a field named “flags” of type int, that takes on values from the set of positive integers {1, 4, 8, 16} enumerated through the macro EXC_FLAG_*. That the most significant bit (used to store the sign) of