• 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/minidlna/minidlna-0003-fix-missing-include.patch
Simon DawsonSimon Dawson committed 7bf659ab11106 May 2013
Raw file
Source viewDiff to previous
 
1
Fix a missing header include, required for S_ISVTX et al.
2
​
3
N.B. This change is in the upstream CVS HEAD, but is not in the latest
4
released tarball. When the next release tarball is made available, this
5
patch can be removed.
6
​
7
Signed-off-by: Simon Dawson <spdawson@gmail.com>
8
​
9
diff -Nurp a/minidlna.c b/minidlna.c
10
--- a/minidlna.c    2012-05-08 01:10:42.000000000 +0100
11
+++ b/minidlna.c    2013-05-04 21:28:35.372717737 +0100
12
@@ -57,6 +57,7 @@
13
 #include <arpa/inet.h>
14
 #include <fcntl.h>
15
 #include <sys/file.h>
16
+#include <sys/stat.h>
17
 #include <sys/time.h>
18
 #include <time.h>
19
 #include <signal.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.