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 remove error(1) comment.



details:   https://anonhg.NetBSD.org/src/rev/d9c829d10e72
branches:  trunk
changeset: 556180:d9c829d10e72
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 08 17:51:53 2003 +0000

description:
remove error(1) comment.

diffstat:

 sys/compat/linux/arch/i386/linux_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b49c3aec4fcb -r d9c829d10e72 sys/compat/linux/arch/i386/linux_machdep.c
--- a/sys/compat/linux/arch/i386/linux_machdep.c        Mon Dec 08 17:09:39 2003 +0000
+++ b/sys/compat/linux/arch/i386/linux_machdep.c        Mon Dec 08 17:51:53 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.100 2003/10/06 03:45:40 christos Exp $     */
+/*     $NetBSD: linux_machdep.c,v 1.101 2003/12/08 17:51:53 christos Exp $     */
 
 /*-
  * Copyright (c) 1995, 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.100 2003/10/06 03:45:40 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.101 2003/12/08 17:51:53 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_vm86.h"
@@ -401,7 +401,6 @@
        frame.sf_handler = catcher;
        frame.sf_sig = native_to_linux_signo[sig];
 
-/*###404 [cc] warning: passing arg 3 of `linux_save_sigcontext' discards qualifiers from pointer target type%%%*/
        linux_save_sigcontext(l, tf, mask, &frame.sf_sc);
 
        if (copyout(&frame, fp, sizeof(frame)) != 0) {



Home | Main Index | Thread Index | Old Index