summaryrefslogtreecommitdiffstats
path: root/hunt/include
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/include
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/include')
-rw-r--r--hunt/include/hunt_common.h8
1 files changed, 7 insertions, 1 deletions
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')