e2fsprogs in 15088

Rob Landley rob at landley.net
Wed May 17 19:49:41 UTC 2006


On Tuesday 16 May 2006 11:28 am, David Updegraff wrote:
> Hi.
>
> I had to patch thusly:
>
> --
> x$ svn diff e2fsprogs/e2fsck.c
> Index: e2fsprogs/e2fsck.c
> ===================================================================
> --- e2fsprogs/e2fsck.c  (revision 15088)
> +++ e2fsprogs/e2fsck.c  (working copy)
> @@ -13202,7 +13202,7 @@
>                         fprintf(stderr, _("Incompatible options not "
>                                           "allowed when
> byte-swapping.\n"));
>                         exit(EXIT_USAGE);
> -               }
> +
>         }
>  #endif
>         /*
> ---------

Oops.  Applied.

And you wonder why I prefer if (ENABLE) to #ifdef ENABLE?

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list