Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/kdump Fix string constant so it compiles again.
details: https://anonhg.NetBSD.org/src/rev/e3ba9f06dfb6
branches: trunk
changeset: 764026:e3ba9f06dfb6
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sun Apr 10 16:06:59 2011 +0000
description:
Fix string constant so it compiles again.
diffstat:
usr.bin/kdump/kdump.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r da1b515fb0a0 -r e3ba9f06dfb6 usr.bin/kdump/kdump.c
--- a/usr.bin/kdump/kdump.c Sun Apr 10 15:50:34 2011 +0000
+++ b/usr.bin/kdump/kdump.c Sun Apr 10 16:06:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kdump.c,v 1.108 2011/04/10 14:38:19 christos Exp $ */
+/* $NetBSD: kdump.c,v 1.109 2011/04/10 16:06:59 pgoyette Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)kdump.c 8.4 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: kdump.c,v 1.108 2011/04/10 14:38:19 christos Exp $");
+__RCSID("$NetBSD: kdump.c,v 1.109 2011/04/10 16:06:59 pgoyette Exp $");
#endif
#endif /* not lint */
@@ -951,7 +951,7 @@
return;
case SI_LWP:
printf(": code=SI_LWP sent by pid=%d, "
- "uid=%d")\n", si->si_pid, si->si_uid);
+ "uid=%d)\n", si->si_pid, si->si_uid);
return;
default:
code = NULL;
Home |
Main Index |
Thread Index |
Old Index