diff options
Diffstat (limited to 'sys/compat/linux/common/linux_time.c')
| -rw-r--r-- | sys/compat/linux/common/linux_time.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_time.c b/sys/compat/linux/common/linux_time.c index 3fdd0fa614a..7a88e12341a 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.14 2006/05/14 03:40:54 christos Exp $ */ +/* $NetBSD: linux_time.c,v 1.15 2007/02/09 21:55:19 ad 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.14 2006/05/14 03:40:54 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_time.c,v 1.15 2007/02/09 21:55:19 ad Exp $"); #include <sys/param.h> #include <sys/ucred.h> @@ -46,7 +46,6 @@ __KERNEL_RCSID(0, "$NetBSD: linux_time.c,v 1.14 2006/05/14 03:40:54 christos Exp #include <sys/stdint.h> #include <sys/time.h> #include <sys/systm.h> -#include <sys/sa.h> #include <sys/syscallargs.h> #include <sys/lwp.h> #include <sys/proc.h> |
