Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
nfsidmap
libnfsidmap-export-symbols.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libnfsidmap-export-symbols.patch of Package nfsidmap
--- configure.in.orig +++ configure.in @@ -5,11 +5,16 @@ AC_PREREQ([2.66]) AC_INIT([libnfsidmap],[0.24],[linux-nfs@vger.kernel.org]) AC_CONFIG_SRCDIR([nfsidmap.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) +AM_INIT_AUTOMAKE([foreign]) +AC_PROG_LIBTOOL LT_INIT + # Checks for programs. -AC_PROG_CC +AC_PROG_CC_STDC +AC_PROG_INSTALL # Checks for libraries. --- strlcpy.c.orig +++ strlcpy.c @@ -43,6 +43,7 @@ static char *rcsid = "$OpenBSD: strlcpy. * will be copied. Always NUL terminates (unless siz == 0). * Returns strlen(src); if retval >= siz, truncation occurred. */ +__attribute__ ((visibility ("hidden"))) size_t strlcpy(dst, src, siz) char *dst;
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