summaryrefslogtreecommitdiffstats
path: root/hack/hack.version.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-06-07 18:30:39 +0000
committerdholland <dholland@NetBSD.org>2009-06-07 18:30:39 +0000
commitb462731cbc1198051cd39ad2f95b1027e441067d (patch)
tree4e0259e65c33c841ba5dab75f3dac3a6b5ff2316 /hack/hack.version.c
parent61a762274b6c7fc952ab3500cf1eca3436206334 (diff)
downloadbsdgames-darwin-b462731cbc1198051cd39ad2f95b1027e441067d.tar.gz
bsdgames-darwin-b462731cbc1198051cd39ad2f95b1027e441067d.tar.zst
bsdgames-darwin-b462731cbc1198051cd39ad2f95b1027e441067d.zip
ANSIfy function declarations. All object file diffs inspected.
Diffstat (limited to 'hack/hack.version.c')
-rw-r--r--hack/hack.version.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hack/hack.version.c b/hack/hack.version.c
index b50c4014..857580bd 100644
--- a/hack/hack.version.c
+++ b/hack/hack.version.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.version.c,v 1.5 2003/04/02 18:36:41 jsm Exp $ */
+/* $NetBSD: hack.version.c,v 1.6 2009/06/07 18:30:39 dholland Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -63,7 +63,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hack.version.c,v 1.5 2003/04/02 18:36:41 jsm Exp $");
+__RCSID("$NetBSD: hack.version.c,v 1.6 2009/06/07 18:30:39 dholland Exp $");
#endif /* not lint */
#include "date.h"
@@ -71,7 +71,7 @@ __RCSID("$NetBSD: hack.version.c,v 1.5 2003/04/02 18:36:41 jsm Exp $");
#include "extern.h"
int
-doversion()
+doversion(void)
{
pline("%s 1.0.3 - last edit %s.", (
#ifdef QUEST