mirror of https://github.com/mirror/busybox.git
setfiles: fix build failure after common_bufsiz change
Commit1_25_stable47cfbf32fd
("*: add most of the required setup_common_bufsiz() calls") switched this tool over to use the common_bufsiz logic but missed including the header leading to a build failure when enabled: selinux/setfiles.c:80:30: error: 'bb_common_bufsiz1' undeclared (first use in this function) URL: https://bugs.gentoo.org/600106 Reported-by: Jonas Jelten <jj@stusta.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org> (cherry picked from commit1cda879080
)
parent
868530ade2
commit
c1704a3474
|
@ -46,6 +46,7 @@
|
|||
//usage: "\n if it has changed"
|
||||
|
||||
#include "libbb.h"
|
||||
#include "common_bufsiz.h"
|
||||
#if ENABLE_FEATURE_SETFILES_CHECK_OPTION
|
||||
#include <sepol/sepol.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue