grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Replace ad-hoc format in efiemu (for variables) and XNU (for


From: Robert Millan
Subject: Re: [PATCH] Replace ad-hoc format in efiemu (for variables) and XNU (for device tree) by environment variables
Date: Sun, 23 Aug 2009 12:57:32 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Aug 22, 2009 at 04:33:13PM +0200, Vladimir 'phcoder' Serbinenko wrote:
> [...]
> +
> +pkglib_MODULES += utf.mod
> +utf_mod_SOURCES = lib/utf.c
> +utf_mod_CFLAGS = $(COMMON_CFLAGS)
> +utf_mod_LDFLAGS = $(COMMON_LDFLAGS)
> [...]
> +#include <grub/utf.h>
> +
> +grub_ssize_t
> +grub_utf8_to_utf16 (grub_uint16_t *dest, grub_size_t destsize,
> +                 const grub_uint8_t *src, grub_size_t srcsize,
> +                 const grub_uint8_t **srcend)
> +{

This was moved from another file, right?  Please could you send it as a
separate patch?

Also, please remember to include a ChangeLog entry.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]