commit-grub
[Top][All Lists]
Advanced

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

[2547] 2009-08-28 Vladimir Serbinenko <address@hidden>


From: Vladimir Serbinenko
Subject: [2547] 2009-08-28 Vladimir Serbinenko <address@hidden>
Date: Sat, 29 Aug 2009 12:57:38 +0000

Revision: 2547
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2547
Author:   phcoder
Date:     2009-08-29 12:57:38 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
2009-08-28  Vladimir Serbinenko  <address@hidden>

        * include/grub/i386/xnu.h: Add license header.
        include grub/err.h explicitly.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/include/grub/i386/xnu.h

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-08-29 00:34:33 UTC (rev 2546)
+++ trunk/grub2/ChangeLog       2009-08-29 12:57:38 UTC (rev 2547)
@@ -1,3 +1,8 @@
+2009-08-28  Vladimir Serbinenko  <address@hidden>
+
+       * include/grub/i386/xnu.h: Add license header.
+       include grub/err.h explicitly.
+
 2009-08-29  Robert Millan  <address@hidden>
 
        * util/grub.d/10_freebsd.in: Detect `ufs1' and `ufs2' and map them

Modified: trunk/grub2/include/grub/i386/xnu.h
===================================================================
--- trunk/grub2/include/grub/i386/xnu.h 2009-08-29 00:34:33 UTC (rev 2546)
+++ trunk/grub2/include/grub/i386/xnu.h 2009-08-29 12:57:38 UTC (rev 2547)
@@ -1,6 +1,26 @@
+/*
+ *  GRUB  --  GRand Unified Bootloader
+ *  Copyright (C) 2009  Free Software Foundation, Inc.
+ *
+ *  GRUB is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation, either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  GRUB is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef GRUB_CPU_XNU_H
 #define GRUB_CPU_XNU_H 1
 
+#include <grub/err.h>
+
 #define GRUB_XNU_PAGESIZE 4096
 typedef grub_uint32_t grub_xnu_ptr_t;
 





reply via email to

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