Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/i386/linux_machdep.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/i386/linux_machdep.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.114 retrieving revision 1.115 diff -u -p -r1.114 -r1.115 --- src/sys/compat/linux/arch/i386/linux_machdep.c 2006/07/23 22:06:08 1.114 +++ src/sys/compat/linux/arch/i386/linux_machdep.c 2006/09/13 00:49:07 1.115 @@ -1,4 +1,4 @@ -/* $NetBSD: linux_machdep.c,v 1.114 2006/07/23 22:06:08 ad Exp $ */ +/* $NetBSD: linux_machdep.c,v 1.115 2006/09/13 00:49:07 christos Exp $ */ /*- * Copyright (c) 1995, 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.114 2006/07/23 22:06:08 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.115 2006/09/13 00:49:07 christos Exp $"); #if defined(_KERNEL_OPT) #include "opt_vm86.h" @@ -1109,9 +1109,10 @@ linux_machdepioctl(l, v, retval) error = 0; } - if (error == ENOTTY) + if (error == ENOTTY) { DPRINTF(("linux_machdepioctl: invalid ioctl %08lx\n", com)); + } goto out; } SCARG(&bia, com) = com;