Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
xfsdump
getdents.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File getdents.diff of Package xfsdump
Index: xfsdump-3.0.5/common/getdents.c =================================================================== --- xfsdump-3.0.5.orig/common/getdents.c +++ xfsdump-3.0.5/common/getdents.c @@ -51,6 +51,9 @@ #ifdef __hppa__ # define __ASSUME_GETDENTS64_SYSCALL 1 #endif +#ifndef SYS_getdents +# define __ASSUME_GETDENTS64_SYSCALL 1 +#endif #ifndef __set_errno #define __set_errno(e) (errno = (e)) @@ -207,6 +210,7 @@ getdents_wrap (int fd, char *buf, size_t # endif } #endif +#ifdef SYS_getdents { size_t red_nbytes; struct kernel_dirent *skdp, *kdp; @@ -265,4 +269,5 @@ getdents_wrap (int fd, char *buf, size_t } return (char *) dp - buf; +#endif }
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