diff options
Diffstat (limited to 'sysutils/testdisk/patches/patch-aa')
-rw-r--r-- | sysutils/testdisk/patches/patch-aa | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/testdisk/patches/patch-aa b/sysutils/testdisk/patches/patch-aa index c7a1d2b6beb..2fda49f3a9b 100644 --- a/sysutils/testdisk/patches/patch-aa +++ b/sysutils/testdisk/patches/patch-aa @@ -1,6 +1,9 @@ -$NetBSD: patch-aa,v 1.1 2012/07/04 17:58:31 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2013/09/09 17:45:58 drochner Exp $ ---- src/intrfn.h.orig 2010-10-18 06:25:15.000000000 +0000 +stdarg(3) is required by various functions that can be called with variable +argument lists. + +--- src/intrfn.h.orig 2013-05-17 09:34:03.000000000 +0000 +++ src/intrfn.h @@ -39,6 +39,8 @@ extern "C" { #include <curses.h> @@ -10,4 +13,4 @@ $NetBSD: patch-aa,v 1.1 2012/07/04 17:58:31 drochner Exp $ + void aff_copy(WINDOW *window); void aff_copy_short(WINDOW *window); - void aff_part(WINDOW *window, const unsigned int newline, const disk_t *disk_car, const partition_t *partition); + void aff_LBA2CHS(const disk_t *disk_car, const unsigned long int pos_LBA); |