Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys clean up a comment left behind from the previous com...
details: https://anonhg.NetBSD.org/src/rev/86e230b06305
branches: trunk
changeset: 433489:86e230b06305
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Sep 16 20:40:20 2018 +0000
description:
clean up a comment left behind from the previous commit.
this now only has sysctl pcb info.
diffstat:
sys/sys/socket.h | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diffs (26 lines):
diff -r dfd00d72060a -r 86e230b06305 sys/sys/socket.h
--- a/sys/sys/socket.h Sun Sep 16 20:39:04 2018 +0000
+++ b/sys/sys/socket.h Sun Sep 16 20:40:20 2018 +0000
@@ -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 @@
#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 */
Home |
Main Index |
Thread Index |
Old Index