Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/dev/hpc Add missing semicolon. Fix build break in las...
details: https://anonhg.NetBSD.org/src/rev/8be38a1e7519
branches: netbsd-7
changeset: 799345:8be38a1e7519
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon May 18 01:56:40 2015 +0000
description:
Add missing semicolon. Fix build break in last commit.
diffstat:
sys/dev/hpc/hpcfb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b45da6c074dc -r 8be38a1e7519 sys/dev/hpc/hpcfb.c
--- a/sys/dev/hpc/hpcfb.c Sat May 16 18:15:33 2015 +0000
+++ b/sys/dev/hpc/hpcfb.c Mon May 18 01:56:40 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpcfb.c,v 1.58.34.1 2015/05/16 04:06:04 snj Exp $ */
+/* $NetBSD: hpcfb.c,v 1.58.34.2 2015/05/18 01:56:40 msaitoh Exp $ */
/*-
* Copyright (c) 1999
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.58.34.1 2015/05/16 04:06:04 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.58.34.2 2015/05/18 01:56:40 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_hpcfb.h"
@@ -472,7 +472,7 @@
}
if (rasops_init(ri, HPCFB_MAX_ROW, HPCFB_MAX_COLUMN)) {
- aprint_error_dev(dc->dc_sc->sc_dev, "rasops_init() failed!")
+ aprint_error_dev(dc->dc_sc->sc_dev, "rasops_init() failed!");
return -1;
}
Home |
Main Index |
Thread Index |
Old Index