~ubuntu-branches/debian/sid/grub2/sid-200907171837

« back to all changes in this revision

Viewing changes to normal/menu.c

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-21 19:54:10 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070521195410-z0mmsqlbreyasqqn
Tags: 1.95+20070520-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Disable stack protector.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <grub/mm.h>
25
25
#include <grub/machine/time.h>
26
26
#include <grub/env.h>
 
27
#include <grub/script.h>
27
28
 
28
29
static void
29
30
draw_border (void)