From f109f152df10627150c0b44d49d62fa94af806ad Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Mar 2014 21:25:35 +0000 Subject: move a comment that should have gone with its symbol --- hunt/include/hunt_common.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hunt/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') -- cgit v1.2.3