Hi, Please consider applying the attached patch for the next release.
It fixes architectures segfault when the size of a pointer is greater than the size of an integer. Im going now to package the new release for debian. Greetings, -- ,''`. Xavier Oswald <[email protected]> : :' : GNU/LINUX Debian Maintainer `. `' GnuPG Key ID 0x88BBB51E `- 938D D715 6915 8860 9679 4A0C A430 C6AA 88BB B51E
Index: gnu-fdisk-1.1/src/ui.c =================================================================== --- gnu-fdisk-1.1.orig/src/ui.c 2008-12-23 20:46:50.000000000 +0100 +++ gnu-fdisk-1.1/src/ui.c 2008-12-23 20:47:16.000000000 +0100 @@ -84,11 +84,6 @@ # define _add_history_unique add_history # endif - -# ifndef HAVE_RL_COMPLETION_MATCHES -# define rl_completion_matches completion_matches -# endif - # ifndef rl_compentry_func_t # define rl_compentry_func_t void # endif
_______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

