• 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/libsepol/0003-add-stdarg-include.patch
Adam DuskettAdam Duskett committed a3ebe45dcb327 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Add missing <stdarg.h> include
2
​
3
This is needed to fix the build on uClibc, due to the usage of
4
va_list.
5
​
6
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7
Index: b/cil/src/cil_log.h
8
===================================================================
9
--- a/cil/src/cil_log.h
10
+++ b/cil/src/cil_log.h
11
@@ -30,6 +30,7 @@
12
 #define CIL_LOG_H_
13
 
14
 #include <stdlib.h>
15
+#include <stdarg.h>
16
 #include <cil/cil.h>
17
 
18
 #define MAX_LOG_SIZE 512
  • 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.