Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/i386 Pullup rev. 1.51 (approved by jhawk ...



details:   https://anonhg.NetBSD.org/src/rev/f046664e6173
branches:  netbsd-1-5
changeset: 488870:f046664e6173
user:      enami <enami%NetBSD.org@localhost>
date:      Fri Aug 04 05:34:29 2000 +0000

description:
Pullup rev. 1.51 (approved by jhawk and thorpej):
date: 2000/08/04 04:52:37;  author: enami;  state: Exp;  lines: +2 -2
Don't print newline here since it is supposed that more message is printed.

diffstat:

 sys/arch/i386/i386/apm.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c95e07db655 -r f046664e6173 sys/arch/i386/i386/apm.c
--- a/sys/arch/i386/i386/apm.c  Fri Aug 04 04:08:09 2000 +0000
+++ b/sys/arch/i386/i386/apm.c  Fri Aug 04 05:34:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: apm.c,v 1.50 2000/06/04 22:36:27 gmcgarry Exp $ */
+/*     $NetBSD: apm.c,v 1.50.2.1 2000/08/04 05:34:29 enami Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -678,7 +678,7 @@
        regs.BX = dev;
        regs.CX = onoff ? APM_MGT_ENGAGE : APM_MGT_DISENGAGE;
        if (apmcall(APM_PWR_MGT_ENGAGE, &regs) != 0)
-               apm_perror("power mgmt engage (device %x)\n", &regs, dev);
+               apm_perror("power mgmt engage (device %x)", &regs, dev);
 }
 
 #if 0



Home | Main Index | Thread Index | Old Index