From: Stephen Hemminger <step...@networkplumber.org> Date: Sun, 1 Oct 2017 14:07:34 -0700
> Make local functions static to fix > > HOSTCC samples/bpf/xdp_monitor_user.o > samples/bpf/xdp_monitor_user.c:64:7: warning: no previous prototype for > ‘gettime’ [-Wmissing-prototypes] > __u64 gettime(void) > ^~~~~~~ > samples/bpf/xdp_monitor_user.c:209:6: warning: no previous prototype for > ‘print_bpf_prog_info’ [-Wmissing-prototypes] > void print_bpf_prog_info(void) > ^~~~~~~~~~~~~~~~~~~ > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> Applied.