Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
bluez.7360
0002-tools-fix-headers-for-bcm43xx.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-tools-fix-headers-for-bcm43xx.patch of Package bluez.7360
From abea19d1449f910d9ae87a91c17f65ce15c0ac45 Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Wed, 20 Aug 2014 11:06:21 +0200 Subject: [PATCH 2/3] tools: fix headers for bcm43xx PATH_MAX is defined in limits.h so include it explicitly. This fixes the following compile error on musl libc (Alpine Linux): tools/hciattach_bcm43xx.c: In function 'bcm43xx_locate_patch': tools/hciattach_bcm43xx.c:313:14: error: 'PATH_MAX' undeclared (first use in this function) char path[PATH_MAX]; ^ --- tools/hciattach_bcm43xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/hciattach_bcm43xx.c b/tools/hciattach_bcm43xx.c index ad9b239..cb4bfb9 100644 --- a/tools/hciattach_bcm43xx.c +++ b/tools/hciattach_bcm43xx.c @@ -34,6 +34,7 @@ #include <errno.h> #include <dirent.h> #include <time.h> +#include <limits.h> #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> -- 2.9.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor