Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/arch/arm/include Add <arm/endian.h> and remove the ...



details:   https://anonhg.NetBSD.org/src/rev/e8f4727aac82
branches:  nathanw_sa
changeset: 504804:e8f4727aac82
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Jun 23 12:20:28 2001 +0000

description:
Add <arm/endian.h> and remove the cats, dnard and netwinder versions, since
they're all the same (a redirect to <sys/endian.h>).

diffstat:

 sys/arch/arm/include/endian.h |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (7 lines):

diff -r 6b6a173b73ab -r e8f4727aac82 sys/arch/arm/include/endian.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arm/include/endian.h     Sat Jun 23 12:20:28 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: endian.h,v 1.3.8.2 2001/06/23 12:20:28 bjh21 Exp $     */
+
+#include <sys/endian.h>



Home | Main Index | Thread Index | Old Index