Module Name: src
Committed By: cliff
Date: Thu Jun 10 17:35:04 UTC 2010
Modified Files:
src/sys/arch/mips/sibyte/dev [matt-nb5-mips64]: sbbuswatch.c
Log Message:
insert missing */
thanks matt
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/mips/sibyte/dev/sbbuswatch.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/arch/mips/sibyte/dev/sbbuswatch.c
diff -u src/sys/arch/mips/sibyte/dev/sbbuswatch.c:1.1.2.1 src/sys/arch/mips/sibyte/dev/sbbuswatch.c:1.1.2.2
--- src/sys/arch/mips/sibyte/dev/sbbuswatch.c:1.1.2.1 Thu Jun 10 00:30:01 2010
+++ src/sys/arch/mips/sibyte/dev/sbbuswatch.c Thu Jun 10 17:35:04 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: sbbuswatch.c,v 1.1.2.1 2010/06/10 00:30:01 cliff Exp $ */
+/* $NetBSD: sbbuswatch.c,v 1.1.2.2 2010/06/10 17:35:04 cliff Exp $ */
/*
* Copyright (c) 2010, The NetBSD Foundation, Inc. All rights reserved.
*
@@ -25,6 +25,7 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ */
#include <sys/param.h>
#include <sys/systm.h>