• 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/gnupg2/0002-missing-include.patch
Yann E. MORINYann E. MORIN committed 35a8bcfad9416 Dec 2015
Raw file
Source viewDiff to previous
 
1
tools/watchgnupg: select() is from sys/select.h
2
​
3
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
4
​
5
diff -durN gnupg2-2.0.29.orig/tools/watchgnupg.c gnupg2-2.0.29/tools/watchgnupg.c
6
--- gnupg2-2.0.29.orig/tools/watchgnupg.c   2015-09-08 14:39:24.000000000 +0200
7
+++ gnupg2-2.0.29/tools/watchgnupg.c    2015-12-16 18:17:17.758057787 +0100
8
@@ -32,6 +32,7 @@
9
 #include <sys/un.h>
10
 #include <fcntl.h>
11
 #include <time.h>
12
+#include <sys/select.h>
13
 
14
 #define PGM "watchgnupg"
15
 
  • 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.