• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ifplugd/0002-fix-headers.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
---
2
 src/interface.c |    2 +-
3
 1 file changed, 1 insertion(+), 1 deletion(-)
4
​
5
Index: ifplugd-0.28/src/interface.c
6
===================================================================
7
--- ifplugd-0.28.orig/src/interface.c
8
+++ ifplugd-0.28/src/interface.c
9
@@ -23,7 +23,6 @@
10
 #endif
11
 
12
 #include <linux/sockios.h>
13
-#include <linux/if_ether.h>
14
 #include <sys/types.h>
15
 #include <sys/socket.h>
16
 #include <sys/ioctl.h>
17
@@ -32,6 +31,7 @@
18
 #include <string.h>
19
 #include <errno.h>
20
 #include <netinet/in.h>
21
+#include <netinet/if_ether.h>
22
 #include <stdio.h>
23
 #include <ctype.h>
24
 #include <stdlib.h>
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.