summaryrefslogtreecommitdiff
path: root/sysmips.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysmips.c')
-rw-r--r--sysmips.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/sysmips.c b/sysmips.c
index d2b4b837c..b0b7eea25 100644
--- a/sysmips.c
+++ b/sysmips.c
@@ -11,18 +11,18 @@
#ifdef MIPS
-#ifdef HAVE_LINUX_UTSNAME_H
-# include <linux/utsname.h>
-#endif
-#ifdef HAVE_ASM_SYSMIPS_H
-# include <asm/sysmips.h>
-#endif
-
-#ifndef __NEW_UTS_LEN
-# define __NEW_UTS_LEN 64
-#endif
-
-#include "xlat/sysmips_operations.h"
+# ifdef HAVE_LINUX_UTSNAME_H
+# include <linux/utsname.h>
+# endif
+# ifdef HAVE_ASM_SYSMIPS_H
+# include <asm/sysmips.h>
+# endif
+
+# ifndef __NEW_UTS_LEN
+# define __NEW_UTS_LEN 64
+# endif
+
+# include "xlat/sysmips_operations.h"
SYS_FUNC(sysmips)
{