summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/ctl.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-07-04 04:29:54 +0000
committerdholland <dholland@NetBSD.org>2009-07-04 04:29:54 +0000
commit04000177d6ff81237366452ab49b73a49309a5f6 (patch)
tree9e0f261dbec435e9fcc524060739895af8f241ce /hunt/huntd/ctl.c
parent7aec9acedc86967b72d2679d392dc7d338b52ab4 (diff)
downloadbsdgames-darwin-04000177d6ff81237366452ab49b73a49309a5f6.tar.gz
bsdgames-darwin-04000177d6ff81237366452ab49b73a49309a5f6.zip
Whitespace.
Diffstat (limited to 'hunt/huntd/ctl.c')
-rw-r--r--hunt/huntd/ctl.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/hunt/huntd/ctl.c b/hunt/huntd/ctl.c
index 9e44eda3..9b3c689e 100644
--- a/hunt/huntd/ctl.c
+++ b/hunt/huntd/ctl.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ctl.c,v 1.4 2009/07/04 02:37:20 dholland Exp $ */
+/* $NetBSD: ctl.c,v 1.5 2009/07/04 04:29:54 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,14 +32,14 @@
#include "bsd.h"
-#if defined(TALK_43) || defined(TALK_42)
+#if defined(TALK_43) || defined(TALK_42)
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)ctl.c 5.2 (Berkeley) 3/13/86";
#else
-__RCSID("$NetBSD: ctl.c,v 1.4 2009/07/04 02:37:20 dholland Exp $");
+__RCSID("$NetBSD: ctl.c,v 1.5 2009/07/04 04:29:54 dholland Exp $");
#endif
#endif /* not lint */
@@ -52,16 +52,16 @@ __RCSID("$NetBSD: ctl.c,v 1.4 2009/07/04 02:37:20 dholland Exp $");
#include "hunt.h"
#include "talk_ctl.h"
-struct sockaddr_in daemon_addr = { AF_INET };
-struct sockaddr_in ctl_addr = { AF_INET };
+struct sockaddr_in daemon_addr = { AF_INET };
+struct sockaddr_in ctl_addr = { AF_INET };
- /* inet addresses of the two machines */
-struct in_addr my_machine_addr;
-struct in_addr his_machine_addr;
+/* inet addresses of the two machines */
+struct in_addr my_machine_addr;
+struct in_addr his_machine_addr;
u_short daemon_port; /* port number of the talk daemon */
-int ctl_sockt;
+int ctl_sockt;
CTL_MSG msg;