diff options
Diffstat (limited to 'sys/compat/linux32/common/linux32_time.c')
| -rw-r--r-- | sys/compat/linux32/common/linux32_time.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/linux32/common/linux32_time.c b/sys/compat/linux32/common/linux32_time.c index a2b85bc18f0..f1c800337df 100644 --- a/sys/compat/linux32/common/linux32_time.c +++ b/sys/compat/linux32/common/linux32_time.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux32_time.c,v 1.6 2006/11/14 13:34:29 elad Exp $ */ +/* $NetBSD: linux32_time.c,v 1.7 2007/02/09 21:55:21 ad Exp $ */ /*- * Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved. @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux32_time.c,v 1.6 2006/11/14 13:34:29 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_time.c,v 1.7 2007/02/09 21:55:21 ad Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -44,7 +44,6 @@ __KERNEL_RCSID(0, "$NetBSD: linux32_time.c,v 1.6 2006/11/14 13:34:29 elad Exp $" #include <sys/kernel.h> #include <sys/fcntl.h> #include <sys/select.h> -#include <sys/sa.h> #include <sys/proc.h> #include <sys/ucred.h> #include <sys/swap.h> |
