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 remove XXX:



details:   https://anonhg.NetBSD.org/src/rev/73cbf98de769
branches:  trunk
changeset: 536062:73cbf98de769
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 05 22:27:36 2002 +0000

description:
remove XXX:

diffstat:

 sys/compat/linux/common/linux_siginfo.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r c9b5e6e01743 -r 73cbf98de769 sys/compat/linux/common/linux_siginfo.h
--- a/sys/compat/linux/common/linux_siginfo.h   Thu Sep 05 21:57:09 2002 +0000
+++ b/sys/compat/linux/common/linux_siginfo.h   Thu Sep 05 22:27:36 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_siginfo.h,v 1.6 2002/04/03 17:02:12 christos Exp $       */
+/*     $NetBSD: linux_siginfo.h,v 1.7 2002/09/05 22:27:36 christos Exp $       */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -40,8 +40,7 @@
 #define _LINUX_SIGINFO_H
 
 #if defined(__i386__)
-/*XXX XAX write me#include <compat/linux/i386/linux_siginfo.h>*/
-#include <compat/linux/arch/alpha/linux_siginfo.h>
+#include <compat/linux/arch/i386/linux_siginfo.h>
 #elif defined(__m68k__)
 #include <compat/linux/arch/m68k/linux_siginfo.h>
 #elif defined(__alpha__)



Home | Main Index | Thread Index | Old Index