Module Name: src
Committed By: pgoyette
Date: Mon Jun 12 07:12:49 UTC 2017
Modified Files:
src/sys/dev/wscons: wsbell.c
Log Message:
Revert previous - it's no longer needed since data structure sizes no
longer depend on which wscons child devices exist
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/wscons/wsbell.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/wscons/wsbell.c
diff -u src/sys/dev/wscons/wsbell.c:1.3 src/sys/dev/wscons/wsbell.c:1.4
--- src/sys/dev/wscons/wsbell.c:1.3 Mon Jun 12 06:59:19 2017
+++ src/sys/dev/wscons/wsbell.c Mon Jun 12 07:12:49 2017
@@ -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 <[email protected]>
@@ -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>