summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-29 21:25:35 +0000
committerdholland <dholland@NetBSD.org>2014-03-29 21:25:35 +0000
commitf109f152df10627150c0b44d49d62fa94af806ad (patch)
tree0110a049f9157475f82ccf893a12cec51da69de8 /hunt
parentaefcd1020fe84ed9554a3ef982ab3e7a8197a7f0 (diff)
downloadbsdgames-darwin-f109f152df10627150c0b44d49d62fa94af806ad.tar.gz
bsdgames-darwin-f109f152df10627150c0b44d49d62fa94af806ad.tar.zst
bsdgames-darwin-f109f152df10627150c0b44d49d62fa94af806ad.zip
move a comment that should have gone with its symbol
Diffstat (limited to 'hunt')
-rw-r--r--hunt/huntd/pathname.c10
-rw-r--r--hunt/include/hunt_common.h8
2 files changed, 9 insertions, 9 deletions
diff --git a/hunt/huntd/pathname.c b/hunt/huntd/pathname.c
index c51c9b65..f66daa56 100644
--- a/hunt/huntd/pathname.c
+++ b/hunt/huntd/pathname.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pathname.c,v 1.7 2014/03/29 21:24:56 dholland Exp $ */
+/* $NetBSD: pathname.c,v 1.8 2014/03/29 21:25:35 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,15 +32,9 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: pathname.c,v 1.7 2014/03/29 21:24:56 dholland Exp $");
+__RCSID("$NetBSD: pathname.c,v 1.8 2014/03/29 21:25:35 dholland Exp $");
#endif /* not lint */
-/*
- * There is no particular significance to the numbers assigned
- * to Test_port. They're just random numbers greater than the
- * range reserved for privileged sockets.
- */
-
#include <sys/types.h>
#include "hunt_common.h"
diff --git a/hunt/include/hunt_common.h b/hunt/include/hunt_common.h
index 186528df..31018799 100644
--- a/hunt/include/hunt_common.h
+++ b/hunt/include/hunt_common.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt_common.h,v 1.1 2014/03/29 21:24:27 dholland Exp $ */
+/* $NetBSD: hunt_common.h,v 1.2 2014/03/29 21:25:35 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -32,6 +32,12 @@
*/
+/*
+ * There is no particular significance to the numbers assigned
+ * to Test_port. They're just random numbers greater than the
+ * range reserved for privileged sockets.
+ */
+
#ifdef INTERNET
#define SOCK_FAMILY AF_INET
#define TEST_PORT (('h' << 8) | 't')