Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Make sh build in debug mode
details: https://anonhg.NetBSD.org/src/rev/60c3a6ef4fac
branches: trunk
changeset: 758265:60c3a6ef4fac
user: stacktic <stacktic%NetBSD.org@localhost>
date: Fri Oct 29 17:06:53 2010 +0000
description:
Make sh build in debug mode
diffstat:
bin/sh/output.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 90fe1407e555 -r 60c3a6ef4fac bin/sh/output.h
--- a/bin/sh/output.h Fri Oct 29 17:04:48 2010 +0000
+++ b/bin/sh/output.h Fri Oct 29 17:06:53 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: output.h,v 1.21 2010/08/30 06:27:14 christos Exp $ */
+/* $NetBSD: output.h,v 1.22 2010/10/29 17:06:53 stacktic Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -71,7 +71,7 @@
void out1fmt(const char *, ...)
__attribute__((__format__(__printf__,1,2)));
#ifdef DEBUG
-void dprintf(const char *, ...)
+void debugprintf(const char *, ...)
__attribute__((__format__(__printf__,1,2)));
#endif
void fmtstr(char *, size_t, const char *, ...)
Home |
Main Index |
Thread Index |
Old Index