Module Name: src
Committed By: mrg
Date: Sun Sep 16 20:40:20 UTC 2018
Modified Files:
src/sys/sys: socket.h
Log Message:
clean up a comment left behind from the previous commit.
this now only has sysctl pcb info.
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/sys/socket.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/socket.h
diff -u src/sys/sys/socket.h:1.127 src/sys/sys/socket.h:1.128
--- src/sys/sys/socket.h:1.127 Wed Aug 22 01:05:24 2018
+++ src/sys/sys/socket.h Sun Sep 16 20:40:20 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: socket.h,v 1.127 2018/08/22 01:05:24 msaitoh Exp $ */
+/* $NetBSD: socket.h,v 1.128 2018/09/16 20:40:20 mrg Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -377,15 +377,7 @@ struct sockcred {
#if defined(_NETBSD_SOURCE)
-/*
- * Definitions for network related sysctl, CTL_NET.
- *
- * Second level is protocol family.
- * Third level is protocol number.
- *
- * Further levels are defined by the individual families below.
- */
-
+/* Definition for CTL_NET PCB fetching sysctls */
struct kinfo_pcb {
__uint64_t ki_pcbaddr; /* PTR: pcb addr */
__uint64_t ki_ppcbaddr; /* PTR: ppcb addr */