From 6f8367e238e03f94d7cad37b751809e6c86c5fd0 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 4 Jul 2009 01:58:57 +0000 Subject: ANSIfy function declarations. --- hunt/huntd/ctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hunt/huntd/ctl.c') diff --git a/hunt/huntd/ctl.c b/hunt/huntd/ctl.c index 74fa1bc3..9e44eda3 100644 --- a/hunt/huntd/ctl.c +++ b/hunt/huntd/ctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: ctl.c,v 1.3 2003/06/11 12:00:22 wiz Exp $ */ +/* $NetBSD: ctl.c,v 1.4 2009/07/04 02:37:20 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)ctl.c 5.2 (Berkeley) 3/13/86"; #else -__RCSID("$NetBSD: ctl.c,v 1.3 2003/06/11 12:00:22 wiz Exp $"); +__RCSID("$NetBSD: ctl.c,v 1.4 2009/07/04 02:37:20 dholland Exp $"); #endif #endif /* not lint */ @@ -67,7 +67,7 @@ CTL_MSG msg; /* open the ctl socket */ void -open_ctl() +open_ctl(void) { int length; -- cgit v1.2.3