Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/i386 revert previous



details:   https://anonhg.NetBSD.org/src/rev/63b09045a5e6
branches:  trunk
changeset: 525350:63b09045a5e6
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Apr 10 09:53:01 2002 +0000

description:
revert previous

diffstat:

 sys/compat/linux/arch/i386/linux_sigarray.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r f2962e156b28 -r 63b09045a5e6 sys/compat/linux/arch/i386/linux_sigarray.c
--- a/sys/compat/linux/arch/i386/linux_sigarray.c       Wed Apr 10 09:37:51 2002 +0000
+++ b/sys/compat/linux/arch/i386/linux_sigarray.c       Wed Apr 10 09:53:01 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_sigarray.c,v 1.23 2002/04/10 09:37:51 itojun Exp $       */
+/*     $NetBSD: linux_sigarray.c,v 1.24 2002/04/10 09:53:01 itojun Exp $       */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -36,12 +36,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: linux_sigarray.c,v 1.23 2002/04/10 09:37:51 itojun Exp $");
-
-#include <sys/types.h>
-#include <sys/signal.h>
-#include <compat/linux/arch/i386/linux_signal.h>
+__KERNEL_RCSID(1, "$NetBSD: linux_sigarray.c,v 1.24 2002/04/10 09:53:01 itojun Exp $");
 
 const int linux_to_native_signo[LINUX__NSIG] = {
        0,              /* 0 */



Home | Main Index | Thread Index | Old Index