Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons There is no longer a NWSBELL (since nothing d...
details: https://anonhg.NetBSD.org/src/rev/2872ad205ed7
branches: trunk
changeset: 824634:2872ad205ed7
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Jun 12 08:19:22 2017 +0000
description:
There is no longer a NWSBELL (since nothing depends on it), so there's no
need to #include wsbell.h (which is where it used to be defined, as a
result of a needs-flag in files.wscons).
Remove the #include
diffstat:
sys/dev/wscons/wsmux.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r f3416c3c62e2 -r 2872ad205ed7 sys/dev/wscons/wsmux.c
--- a/sys/dev/wscons/wsmux.c Mon Jun 12 07:12:49 2017 +0000
+++ b/sys/dev/wscons/wsmux.c Mon Jun 12 08:19:22 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsmux.c,v 1.62 2017/06/11 03:55:56 nat Exp $ */
+/* $NetBSD: wsmux.c,v 1.63 2017/06/12 08:19:22 pgoyette Exp $ */
/*
* Copyright (c) 1998, 2005 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsmux.c,v 1.62 2017/06/11 03:55:56 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsmux.c,v 1.63 2017/06/12 08:19:22 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -48,7 +48,6 @@
#include "wsmux.h"
#include "wskbd.h"
#include "wsmouse.h"
-#include "wsbell.h"
#include <sys/param.h>
#include <sys/conf.h>
Home |
Main Index |
Thread Index |
Old Index