move a comment that should have gone with its symbol

This commit is contained in:
dholland 2014-03-29 21:25:35 +00:00
parent b833a6b3f7
commit 15b06d8071
2 changed files with 9 additions and 9 deletions

View File

@ -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"

View File

@ -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')