merge mainline into backtrace

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-14 14:30:14 +01:00
commit ab4378ae61
5 changed files with 15 additions and 0 deletions

View file

@ -21,6 +21,8 @@
#include <grub/dl.h>
#include <grub/crypto.h>
GRUB_MOD_LICENSE ("GPLv3+");
/* Based on adler32() from adler32.c of zlib-1.2.5 library. */
#define BASE 65521UL

View file

@ -21,6 +21,8 @@
#include <grub/dl.h>
#include <grub/crypto.h>
GRUB_MOD_LICENSE ("GPLv3+");
static grub_uint64_t crc64_table [256];
static void