• 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/clamav/0001-clamdscan.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Fixes build error
2
​
3
proto.c: In function ‘dconnect’:
4
proto.c:86:67: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_un’
5
             if (connect(sockd, (struct sockaddr *)&nixsock, sizeof(nixsock)) == 0)
6
​
7
Patch sent upstream: http://lurker.clamav.net/message/20140928.130829.5494fd68.en.html
8
​
9
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
10
​
11
diff -uNr clamav-0.98.3.org/clamdscan/proto.c clamav-0.98.3/clamdscan/proto.c
12
--- clamav-0.98.3.org/clamdscan/proto.c 2014-05-06 20:39:56.000000000 +0200
13
+++ clamav-0.98.3/clamdscan/proto.c 2014-05-10 10:41:44.000000000 +0200
14
@@ -35,6 +35,7 @@
15
 #include <sys/stat.h>
16
 #include <fcntl.h>
17
 #include <sys/types.h>
18
+#include <sys/un.h>
19
 #ifdef HAVE_SYS_SELECT_H
20
 #include <sys/select.h>
21
 #endif
  • 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.