diff options
author | наб <[email protected]> | 2022-01-22 01:56:46 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-03-15 15:13:48 -0700 |
commit | d465fc584425c618f8baa13a31b70ffabe053484 (patch) | |
tree | d5c120208b294829231adc7d7efbb28fdee3adcd /include/sys/xvattr.h | |
parent | 861166b02701dfc8f63a105bd32758e806c84fd7 (diff) |
Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12996
Diffstat (limited to 'include/sys/xvattr.h')
-rw-r--r-- | include/sys/xvattr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/xvattr.h b/include/sys/xvattr.h index fc9bd6ae5..277c46940 100644 --- a/include/sys/xvattr.h +++ b/include/sys/xvattr.h @@ -40,7 +40,7 @@ #define _SYS_XVATTR_H #include <sys/vnode.h> -#include <sys/strings.h> +#include <sys/string.h> #define AV_SCANSTAMP_SZ 32 /* length of anti-virus scanstamp */ |