Module Name: src
Committed By: skrll
Date: Sun Jan 19 10:09:23 UTC 2025
Modified Files:
src/sys/arch/emips/include: endian_machdep.h
Log Message:
Delete empty lines and put the RSCId on the first line
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/emips/include/endian_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/emips/include/endian_machdep.h
diff -u src/sys/arch/emips/include/endian_machdep.h:1.1 src/sys/arch/emips/include/endian_machdep.h:1.2
--- src/sys/arch/emips/include/endian_machdep.h:1.1 Wed Jan 26 01:18:51 2011
+++ src/sys/arch/emips/include/endian_machdep.h Sun Jan 19 10:09:23 2025
@@ -1,6 +1,4 @@
-
-
-/* $NetBSD: endian_machdep.h,v 1.1 2011/01/26 01:18:51 pooka Exp $ */
+/* $NetBSD: endian_machdep.h,v 1.2 2025/01/19 10:09:23 skrll Exp $ */
#define _BYTE_ORDER _BIG_ENDIAN
#include <mips/endian_machdep.h>