Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/compat/linux/arch/i386 Pull up revision 1.62 (reque...



details:   https://anonhg.NetBSD.org/src/rev/dcb9ec273376
branches:  netbsd-1-5
changeset: 491739:dcb9ec273376
user:      he <he%NetBSD.org@localhost>
date:      Tue May 15 19:59:32 2001 +0000

description:
Pull up revision 1.62 (requested by drochner):
  Fix a build problem where COMPAT_LINUX is defined, but wscons is
  not present.  Fixes PR#12886.

diffstat:

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

diffs (25 lines):

diff -r 39f040caf0a7 -r dcb9ec273376 sys/compat/linux/arch/i386/linux_machdep.c
--- a/sys/compat/linux/arch/i386/linux_machdep.c        Tue May 15 19:53:56 2001 +0000
+++ b/sys/compat/linux/arch/i386/linux_machdep.c        Tue May 15 19:59:32 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.50.2.1 2001/03/30 21:34:21 he Exp $        */
+/*     $NetBSD: linux_machdep.c,v 1.50.2.2 2001/05/15 19:59:32 he Exp $        */
 
 /*-
  * Copyright (c) 1995, 2000 The NetBSD Foundation, Inc.
@@ -62,6 +62,7 @@
 #include <sys/filedesc.h>
 #include <sys/exec_elf.h>
 #include <sys/disklabel.h>
+#include <sys/ioctl.h>
 #include <miscfs/specfs/specdev.h>
 
 #include <compat/linux/common/linux_types.h>
@@ -89,7 +90,6 @@
  */
 #include "wsdisplay.h"
 #if (NWSDISPLAY > 0)
-#include <sys/ioctl.h>
 #include <dev/wscons/wsconsio.h>
 #include <dev/wscons/wsdisplay_usl_io.h>
 #include "opt_xserver.h"



Home | Main Index | Thread Index | Old Index