From 0046c56309e3fbfd1202291349bfef16abc6d40e Mon Sep 17 00:00:00 2001 From: rjs Date: Thu, 17 Jan 2002 15:10:26 +0000 Subject: [PATCH] Add arm to #endif comment. --- sys/compat/linux/common/linux_time.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/compat/linux/common/linux_time.c b/sys/compat/linux/common/linux_time.c index 70b72766ede3..97f5e6aa4bbb 100644 --- a/sys/compat/linux/common/linux_time.c +++ b/sys/compat/linux/common/linux_time.c @@ -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 -__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 #include @@ -122,4 +122,4 @@ int linux_sys_settimeofday(p, v, retval) return (0); } -#endif /* __i386__ || __m68k__ || __powerpc__ || __mips__ */ +#endif /* __i386__ || __m68k__ || __powerpc__ || __mips__ || __arm__ */