summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--linux/dev/include/linux/types.h6
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81b5a4c..4f827bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-07-27 Thomas Schwinge <tschwinge@gnu.org>
+ * linux/dev/include/linux/types.h (_MACH_SA_SYS_TYPES_H_): Define.
+
* i386/linux/configure: Regenerate.
* i386/linux/device-drivers.h.in: Likewise.
diff --git a/linux/dev/include/linux/types.h b/linux/dev/include/linux/types.h
index ef0f2fc..57bb25f 100644
--- a/linux/dev/include/linux/types.h
+++ b/linux/dev/include/linux/types.h
@@ -109,4 +109,10 @@ struct ustat {
char f_fpack[6];
};
+
+/* Yes, this is ugly. But that's why it is called glue code. */
+
+#define _MACH_SA_SYS_TYPES_H_
+
+
#endif /* _LINUX_TYPES_H */