On 05/07/2013 12:22 PM, Mike Frysinger wrote:
> These files use quote(), so include quote.h for it otherwise we fail to
> build with errors like:
> copy-acl.c: In function 'copy_acl':
> copy-acl.c:51:7: error: implicit declaration of function 'quote'
> [-Werror=implicit-function-declaration]
These files use quote(), so include quote.h for it otherwise we fail to
build with errors like:
copy-acl.c: In function 'copy_acl':
copy-acl.c:51:7: error: implicit declaration of function 'quote'
[-Werror=implicit-function-declaration]
* lib/copy-acl.c: Include quote.h.
* lib/set-acl.c: L