Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:Rings:0-Bootstrap
acl
0020-telldir-return-value-and-seekdir-second-pa...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0020-telldir-return-value-and-seekdir-second-parameters-a.patch of Package acl
From f2a5f57a20ffa007abc1fa24df1f76e18b74a425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@opensuse.org> Date: Tue, 10 Jun 2014 14:34:50 -0400 Subject: [PATCH 20/34] telldir return value and seekdir second parameters are of type long not off_t .. since a pretty long time. --- libmisc/walk_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmisc/walk_tree.c b/libmisc/walk_tree.c index 2be9d47..a93a662 100644 --- a/libmisc/walk_tree.c +++ b/libmisc/walk_tree.c @@ -34,7 +34,7 @@ struct entry_handle { dev_t dev; ino_t ino; DIR *stream; - off_t pos; + long pos; }; struct entry_handle head = { -- 2.5.2
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