Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/acpitools/acpidump comment out end comment printing.
details: https://anonhg.NetBSD.org/src/rev/df4ba0ca1af4
branches: trunk
changeset: 339973:df4ba0ca1af4
user: christos <christos%NetBSD.org@localhost>
date: Tue Aug 18 17:49:49 2015 +0000
description:
comment out end comment printing.
diffstat:
usr.sbin/acpitools/acpidump/acpi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 259a83824bf3 -r df4ba0ca1af4 usr.sbin/acpitools/acpidump/acpi.c
--- a/usr.sbin/acpitools/acpidump/acpi.c Tue Aug 18 17:46:09 2015 +0000
+++ b/usr.sbin/acpitools/acpidump/acpi.c Tue Aug 18 17:49:49 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.11 2015/08/18 17:46:09 christos Exp $ */
+/* $NetBSD: acpi.c,v 1.12 2015/08/18 17:49:49 christos Exp $ */
/*-
* Copyright (c) 1998 Doug Rabson
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: acpi.c,v 1.11 2015/08/18 17:46:09 christos Exp $");
+__RCSID("$NetBSD: acpi.c,v 1.12 2015/08/18 17:49:49 christos Exp $");
#include <sys/param.h>
#include <sys/endian.h>
@@ -1677,8 +1677,8 @@
printf("\tMaximum Length of Event Log Area=%d\n", tcpa->MaxLogLength);
printf("\tPhysical Address of Log Area=0x%08"PRIx64"\n",
tcpa->LogAddress);
+ printf(END_COMMENT);
#endif
- printf(END_COMMENT);
}
static void
Home |
Main Index |
Thread Index |
Old Index