summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/pathname.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/pathname.c
parent7aec9acedc86967b72d2679d392dc7d338b52ab4 (diff)
downloadbsdgames-darwin-04000177d6ff81237366452ab49b73a49309a5f6.tar.gz
bsdgames-darwin-04000177d6ff81237366452ab49b73a49309a5f6.tar.zst
bsdgames-darwin-04000177d6ff81237366452ab49b73a49309a5f6.zip
Whitespace.
Diffstat (limited to 'hunt/huntd/pathname.c')
-rw-r--r--hunt/huntd/pathname.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/hunt/huntd/pathname.c b/hunt/huntd/pathname.c
index b95d617d..e0016c55 100644
--- a/hunt/huntd/pathname.c
+++ b/hunt/huntd/pathname.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pathname.c,v 1.4 2008/01/28 03:23:29 dholland Exp $ */
+/* $NetBSD: pathname.c,v 1.5 2009/07/04 04:29:55 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: pathname.c,v 1.4 2008/01/28 03:23:29 dholland Exp $");
+__RCSID("$NetBSD: pathname.c,v 1.5 2009/07/04 04:29:55 dholland Exp $");
#endif /* not lint */
/*
@@ -41,26 +41,26 @@ __RCSID("$NetBSD: pathname.c,v 1.4 2008/01/28 03:23:29 dholland Exp $");
* range reserved for privileged sockets.
*/
-# include <sys/types.h>
+#include <sys/types.h>
-# ifdef DEBUG
+#ifdef DEBUG
-char *Driver = "/home/socr/a/conrad/games/src/hunt/huntd.dbg";
-# ifdef INTERNET
-u_short Test_port = ('h' << 8) | 't';
-# else
-char *Sock_name = "/tmp/hunt";
-char *Stat_name = "/tmp/hunt.stats";
-# endif
+char *Driver = "/home/socr/a/conrad/games/src/hunt/huntd.dbg";
+#ifdef INTERNET
+u_short Test_port = ('h' << 8) | 't';
+#else
+char *Sock_name = "/tmp/hunt";
+char *Stat_name = "/tmp/hunt.stats";
+#endif
-# else
+#else
-const char *Driver = HUNTD;
-# ifdef INTERNET
-u_short Test_port = ('h' << 8) | 't';
-# else
-char *Sock_name = "/tmp/hunt";
-char *Stat_name = "/tmp/hunt.stats";
-# endif
+const char *Driver = HUNTD;
+#ifdef INTERNET
+u_short Test_port = ('h' << 8) | 't';
+#else
+char *Sock_name = "/tmp/hunt";
+char *Stat_name = "/tmp/hunt.stats";
+#endif
-# endif
+#endif