• 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/bootutils/0001-fix-musl-compilation-issue.patch
Brendan HeadingBrendan Heading committed fe15d50310a30 Aug 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From e4c2c18b9d1d7a6dc17d8f7705b26fc2e2efc5a9 Mon Sep 17 00:00:00 2001
2
From: Brendan Heading <brendanheading@gmail.com>
3
Date: Sun, 30 Aug 2015 20:12:40 +0100
4
Subject: [PATCH 1/1] fix musl compilation issue
5
​
6
makedev(3) requires sys/types.h to be included.
7
​
8
Note upstream has not issued releases since 2009. No mailing list activity
9
since January 2010, and even before then it seems to be mostly spam.
10
​
11
Upstream-Status: dormant
12
Signed-off-by: Brendan Heading <brendanheading@gmail.com>
13
---
14
 raidscan.c | 1 +
15
 1 file changed, 1 insertion(+)
16
​
17
diff --git a/raidscan.c b/raidscan.c
18
index fab3b02..3cb1a0d 100644
19
--- a/raidscan.c
20
+++ b/raidscan.c
21
@@ -22,6 +22,7 @@
22
 #include "config.h"
23
 
24
 #include <sys/stat.h>
25
+#include <sys/types.h>
26
 #include <fcntl.h>
27
 #include <sys/ioctl.h>
28
 #include <linux/major.h>
29
-- 
30
2.4.3
31
​
  • 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.