Blame view

buildroot/buildroot-2016.08.1/package/ifplugd/0002-fix-headers.patch 588 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  ---
   src/interface.c |    2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  Index: ifplugd-0.28/src/interface.c
  ===================================================================
  --- ifplugd-0.28.orig/src/interface.c
  +++ ifplugd-0.28/src/interface.c
  @@ -23,7 +23,6 @@
   #endif
   
   #include <linux/sockios.h>
  -#include <linux/if_ether.h>
   #include <sys/types.h>
   #include <sys/socket.h>
   #include <sys/ioctl.h>
  @@ -32,6 +31,7 @@
   #include <string.h>
   #include <errno.h>
   #include <netinet/in.h>
  +#include <netinet/if_ether.h>
   #include <stdio.h>
   #include <ctype.h>
   #include <stdlib.h>