Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/hunt move a comment that should have gone with its symbol
details: https://anonhg.NetBSD.org/src/rev/707706552aca
branches: trunk
changeset: 328245:707706552aca
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Mar 29 21:25:35 2014 +0000
description:
move a comment that should have gone with its symbol
diffstat:
games/hunt/huntd/pathname.c | 10 ++--------
games/hunt/include/hunt_common.h | 8 +++++++-
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (48 lines):
diff -r 6b8f9b08fa32 -r 707706552aca games/hunt/huntd/pathname.c
--- a/games/hunt/huntd/pathname.c Sat Mar 29 21:24:56 2014 +0000
+++ b/games/hunt/huntd/pathname.c Sat Mar 29 21:25:35 2014 +0000
@@ -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 -r 6b8f9b08fa32 -r 707706552aca games/hunt/include/hunt_common.h
--- a/games/hunt/include/hunt_common.h Sat Mar 29 21:24:56 2014 +0000
+++ b/games/hunt/include/hunt_common.h Sat Mar 29 21:25:35 2014 +0000
@@ -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')
Home |
Main Index |
Thread Index |
Old Index