fix typo, headers protection should be named __DIR_DIR_..._FILE_HH__
--HG-- extra : convert_revision : 18268bfcb8575a33659ae94b821e1f4cc9b7d821
This commit is contained in:
parent
4758eb151f
commit
c7b26d015a
2 changed files with 4 additions and 4 deletions
|
@ -26,8 +26,8 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef __MIPS_MIPS_LINUX_HH
|
||||
#define __MIPS_MIPS_LINUX_HH
|
||||
#ifndef __ARCH_MIPS_LINUX_LINUX_HH__
|
||||
#define __ARCH_MIPS_LINUX_LINUX_HH__
|
||||
|
||||
#include "kern/linux/linux.hh"
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef __MIPS_MIPS_LINUX_HH
|
||||
#define __MIPS_MIPS_LINUX_HH
|
||||
#ifndef __ARCH_SPARC_LINUX_LINUX_HH__
|
||||
#define __ARCH_SPARC_LINUX_LINUX_HH__
|
||||
|
||||
#include "kern/linux/linux.hh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue