• 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/bluez_utils/0002-tools-hciconfig-include-fcntl.h.patch
Thomas PetazzoniThomas Petazzoni committed f4b8e7a413e06 Apr 2015
Raw file
Source viewDiff to previous
 
1
From ae607756a5f2a09bce1fc3a52e74b5f471245e33 Mon Sep 17 00:00:00 2001
2
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3
Date: Mon, 6 Apr 2015 23:54:19 +0200
4
Subject: [PATCH] tools/hciconfig: include <fcntl.h>
5
​
6
Needed to get the definition of mode_t in musl.
7
​
8
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9
---
10
 tools/hciconfig.c | 1 +
11
 1 file changed, 1 insertion(+)
12
​
13
diff --git a/tools/hciconfig.c b/tools/hciconfig.c
14
index f1458b9..6776d62 100644
15
--- a/tools/hciconfig.c
16
+++ b/tools/hciconfig.c
17
@@ -34,6 +34,7 @@
18
 #include <stdlib.h>
19
 #include <string.h>
20
 #include <getopt.h>
21
+#include <fcntl.h>
22
 #include <sys/param.h>
23
 #include <sys/ioctl.h>
24
 #include <sys/socket.h>
25
-- 
26
2.1.0
27
​
  • 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.