Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
DISCONTINUED:openSUSE:11.1:Update
e2fsprogs
e2fsprogs-1.41.1-function_signature_fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File e2fsprogs-1.41.1-function_signature_fix.patch of Package e2fsprogs
Index: e2fsprogs-1.41.1/lib/ext2fs/alloc.c =================================================================== --- e2fsprogs-1.41.1.orig/lib/ext2fs/alloc.c 2008-08-28 16:39:14.000000000 +0200 +++ e2fsprogs-1.41.1/lib/ext2fs/alloc.c 2008-10-28 11:28:34.000000000 +0100 @@ -29,7 +29,7 @@ /* * Check for uninit block bitmaps and deal with them appropriately */ -static check_block_uninit(ext2_filsys fs, ext2fs_block_bitmap map, +static void check_block_uninit(ext2_filsys fs, ext2fs_block_bitmap map, dgrp_t group) { int i; @@ -75,7 +75,7 @@ static check_block_uninit(ext2_filsys fs /* * Check for uninit inode bitmaps and deal with them appropriately */ -static check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, +static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, dgrp_t group) { int i;
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