Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/shutdown Finish previous (use ANSI function declaration...
details: https://anonhg.NetBSD.org/src/rev/c6e8503198b3
branches: trunk
changeset: 573683:c6e8503198b3
user: xtraeme <xtraeme%NetBSD.org@localhost>
date: Sat Feb 05 13:17:54 2005 +0000
description:
Finish previous (use ANSI function declarations) this time.
diffstat:
sbin/shutdown/shutdown.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 848b77366470 -r c6e8503198b3 sbin/shutdown/shutdown.c
--- a/sbin/shutdown/shutdown.c Sat Feb 05 13:15:12 2005 +0000
+++ b/sbin/shutdown/shutdown.c Sat Feb 05 13:17:54 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: shutdown.c,v 1.43 2005/02/05 13:15:12 xtraeme Exp $ */
+/* $NetBSD: shutdown.c,v 1.44 2005/02/05 13:17:54 xtraeme Exp $ */
/*
* Copyright (c) 1988, 1990, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)shutdown.c 8.4 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: shutdown.c,v 1.43 2005/02/05 13:15:12 xtraeme Exp $");
+__RCSID("$NetBSD: shutdown.c,v 1.44 2005/02/05 13:17:54 xtraeme Exp $");
#endif
#endif /* not lint */
@@ -337,7 +337,7 @@
}
void
-die_you_gravy_sucking_pig_dog()
+die_you_gravy_sucking_pig_dog(void)
{
syslog(LOG_NOTICE, "%s by %s: %s",
Home |
Main Index |
Thread Index |
Old Index