Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/common Add arm to #endif comment.



details:   https://anonhg.NetBSD.org/src/rev/43ac27a6334f
branches:  trunk
changeset: 520805:43ac27a6334f
user:      rjs <rjs%NetBSD.org@localhost>
date:      Thu Jan 17 15:10:26 2002 +0000

description:
Add arm to #endif comment.

diffstat:

 sys/compat/linux/common/linux_time.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r b4659ba0caa6 -r 43ac27a6334f sys/compat/linux/common/linux_time.c
--- a/sys/compat/linux/common/linux_time.c      Thu Jan 17 15:08:44 2002 +0000
+++ b/sys/compat/linux/common/linux_time.c      Thu Jan 17 15:10:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_time.c,v 1.6 2002/01/14 23:14:43 bjh21 Exp $ */
+/* $NetBSD: linux_time.c,v 1.7 2002/01/17 15:10:26 rjs Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_time.c,v 1.6 2002/01/14 23:14:43 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_time.c,v 1.7 2002/01/17 15:10:26 rjs Exp $");
 
 #include <sys/param.h>
 #include <sys/ucred.h>
@@ -122,4 +122,4 @@
        return (0);
 }
 
-#endif /* __i386__ || __m68k__ || __powerpc__ || __mips__ */
+#endif /* __i386__ || __m68k__ || __powerpc__ || __mips__ || __arm__ */



Home | Main Index | Thread Index | Old Index