Skip to content

Commit

Permalink
Finish previous (use ANSI function declarations) this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtraeme committed Feb 5, 2005
1 parent 9b79189 commit 0bcfa05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sbin/shutdown/shutdown.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1990, 1993\n\
#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 */

Expand Down Expand Up @@ -337,7 +337,7 @@ timeout(int signo)
}

void
die_you_gravy_sucking_pig_dog()
die_you_gravy_sucking_pig_dog(void)
{

syslog(LOG_NOTICE, "%s by %s: %s",
Expand Down

0 comments on commit 0bcfa05

Please sign in to comment.