Files
meta-openembedded/meta-networking/recipes-daemons
Khem Raj 7b427e1187 vsftpd: Fix build with musl/x86
F_SETLKW64 and F_SETLK64 are defined in
include/asm-generic/fcntl.h on musl target
but just including this header does not work
since both include/asm-generic/fcntl.h and include/fcntl.h
define same structures resulting in
conflicting declaration of structs.
Having local definitions of these values seems reasonable here.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-24 11:49:45 -07:00
..
2016-10-20 11:17:23 -04:00
2017-10-11 16:22:49 -04:00
2017-09-08 16:38:10 -04:00
2018-09-09 10:46:29 -07:00
2018-09-14 19:01:41 -07:00
2017-06-28 10:27:42 -04:00
2017-03-24 14:10:17 -04:00
2018-05-29 12:56:19 -07:00
2018-06-24 23:04:04 -07:00
2018-05-29 12:57:23 -07:00
2018-09-24 11:49:45 -07:00