• 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/bsdiff/0001-Add-missing-header-for-u_char.patch
Jörg KrauseJörg Krause committed 67fdbf3818d30 Apr 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
bspatch: Fix missing header <sys/types.h> for u_char
​
Fixes http://autobuild.buildroot.net/results/31a/31a837cf6e34b02dce498f2b12e40d6d16a5a8e6/
​
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
​
diff -purN bsdiff-4.3.orig/bspatch.c bsdiff-4.3/bspatch.c
--- bsdiff-4.3.orig/bspatch.c   2015-04-30 13:47:26.485903359 +0200
+++ bsdiff-4.3/bspatch.c    2015-04-30 13:48:14.808908672 +0200
@@ -35,6 +35,7 @@ __FBSDID("$FreeBSD: src/usr.bin/bsdiff/b
 #include <err.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <sys/types.h>
​
 static off_t offtin(u_char *buf)
 {
  • 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.