Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wscons Revert previous - it's no longer needed since...



details:   https://anonhg.NetBSD.org/src/rev/f3416c3c62e2
branches:  trunk
changeset: 824633:f3416c3c62e2
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Jun 12 07:12:49 2017 +0000

description:
Revert previous - it's no longer needed since data structure sizes no
longer depend on which wscons child devices exist

diffstat:

 sys/dev/wscons/wsbell.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r ab38ff378d2c -r f3416c3c62e2 sys/dev/wscons/wsbell.c
--- a/sys/dev/wscons/wsbell.c   Mon Jun 12 07:10:07 2017 +0000
+++ b/sys/dev/wscons/wsbell.c   Mon Jun 12 07:12:49 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsbell.c,v 1.3 2017/06/12 06:59:19 pgoyette Exp $ */
+/* $NetBSD: wsbell.c,v 1.4 2017/06/12 07:12:49 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2017 Nathanial Sloss <nathanialsloss%yahoo.com.au@localhost>
@@ -107,11 +107,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsbell.c,v 1.3 2017/06/12 06:59:19 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsbell.c,v 1.4 2017/06/12 07:12:49 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "wsmux.h"
-#include "wsdisplay.h"
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index