"Debarshi 'Rishi' Ray" <[EMAIL PROTECTED]> wrote:
> Please find attached the latest version.
...
> diff --git a/parted/ui.c b/parted/ui.c
> index 58a71a3..dc30986 100644
> --- a/parted/ui.c
> +++ b/parted/ui.c
> @@ -63,6 +63,97 @@ extern int tgetnum (char* key);
>
> #endif /* HAVE_LIBREADLINE */
>
> +#ifndef SA_SIGINFO
> +# ifndef HAVE_SIGACTION
> +
> +struct sigaction {
> +};
> +
> +inline int
> +sigaction (int signum, const struct* sigaction, struct* sigaction)
> +{
> +}
This looks fine.
Final nit: add "static" before "inline".
_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel