forked from pool/parted
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=b55ef5bd7cab3581f84f7a143ea38fd8
14 lines
693 B
Diff
14 lines
693 B
Diff
Index: libparted/fs/reiserfs/reiserfs.c
|
|
===================================================================
|
|
--- libparted/fs/reiserfs/reiserfs.c.orig 2010-07-08 13:33:05.000000000 +0200
|
|
+++ libparted/fs/reiserfs/reiserfs.c 2010-07-08 13:33:10.000000000 +0200
|
|
@@ -86,7 +86,7 @@ FCLASS int (FPTR libreiserfs_exception_t
|
|
FCLASS int (FPTR libreiserfs_exception_option) (reiserfs_exception_t *);
|
|
FCLASS char *(FPTR libreiserfs_exception_message) (reiserfs_exception_t *);
|
|
FCLASS void (FPTR libreiserfs_exception_set_handler)
|
|
- (int(FPTR)(reiserfs_exception_t *));
|
|
+ (int(*)(reiserfs_exception_t *));
|
|
|
|
FCLASS void (FPTR dal_realize) (dal_t *);
|
|
FCLASS size_t (FPTR dal_block_size) (dal_t *);
|