* grub-core/gnulib/regex.c: Remove GRUB_MOD_LICENSE since it's
already supplied by another part of the module (fixes compilation on FreeBSD).
This commit is contained in:
parent
6be8715dfc
commit
68797f9230
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-04-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/gnulib/regex.c: Remove GRUB_MOD_LICENSE since it's
|
||||
already supplied by another part of the module (fixes compilation on
|
||||
FreeBSD).
|
||||
|
||||
2011-04-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Make mdraid UUID
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||
|
||||
#include <config.h>
|
||||
#include <grub/dl.h>
|
||||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
/* Make sure noone compiles this code with a C++ compiler. */
|
||||
#if defined __cplusplus && defined _LIBC
|
||||
|
|
Loading…
Reference in a new issue