• 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/gdisk/gdisk-0.6.14-unistd.patch
Peter KorsgaardPeter Korsgaard committed b7053563f5c03 Nov 2012
Raw file
Source viewDiff to previous
 
1
[PATCH] close(2) needs unistd.h
2
​
3
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
4
---
5
 diskio-unix.cc |    1 +
6
 1 file changed, 1 insertion(+)
7
​
8
Index: gdisk-0.6.14/diskio-unix.cc
9
===================================================================
10
--- gdisk-0.6.14.orig/diskio-unix.cc
11
+++ gdisk-0.6.14/diskio-unix.cc
12
@@ -22,6 +22,7 @@
13
 #include <errno.h>
14
 #include <fcntl.h>
15
 #include <sys/stat.h>
16
+#include <unistd.h>
17
 #include <iostream>
18
 
19
 #include "diskio.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.