From 688bfd6e83c7e74d4f4f842d59d0c7ead6829c522d3753393b8f09190ac07f91 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Fri, 10 Jan 2014 10:19:46 +0000 Subject: [PATCH] delete dropped patches from source directory OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=80 --- fix-function-def.patch | 13 ------------- parted-stdio.h.patch | 18 ------------------ 2 files changed, 31 deletions(-) delete mode 100644 fix-function-def.patch delete mode 100644 parted-stdio.h.patch diff --git a/fix-function-def.patch b/fix-function-def.patch deleted file mode 100644 index 2bdcfaa..0000000 --- a/fix-function-def.patch +++ /dev/null @@ -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 *); diff --git a/parted-stdio.h.patch b/parted-stdio.h.patch deleted file mode 100644 index 778f9b3..0000000 --- a/parted-stdio.h.patch +++ /dev/null @@ -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 - -