delete dropped patches from source directory

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=80
This commit is contained in:
Petr Uzel 2014-01-10 10:19:46 +00:00 committed by Git OBS Bridge
parent b5a4ceef04
commit 688bfd6e83
2 changed files with 0 additions and 31 deletions

View File

@ -1,13 +0,0 @@
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 *);

View File

@ -1,18 +0,0 @@
Index: parted-2.4/lib/stdio.in.h
===================================================================
--- parted-2.4.orig/lib/stdio.in.h
+++ parted-2.4/lib/stdio.in.h
@@ -731,11 +731,13 @@ _GL_CXXALIAS_RPL (gets, char *, (char *s
_GL_CXXALIAS_SYS (gets, char *, (char *s));
# undef gets
# endif
+# if HAVE_RAW_DECL_GETS
_GL_CXXALIASWARN (gets);
/* It is very rare that the developer ever has full control of stdin,
so any use of gets warrants an unconditional warning. Assume it is
always declared, since it is required by C89. */
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+# endif
#endif