Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Remove comment now that the getsockopt code pass...
details: https://anonhg.NetBSD.org/src/rev/55f47b220e8c
branches: trunk
changeset: 358490:55f47b220e8c
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 01 16:14:30 2018 +0000
description:
Remove comment now that the getsockopt code passes the size.
diffstat:
sys/netinet/ip_output.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r d3558032d0b1 -r 55f47b220e8c sys/netinet/ip_output.c
--- a/sys/netinet/ip_output.c Mon Jan 01 13:25:22 2018 +0000
+++ b/sys/netinet/ip_output.c Mon Jan 01 16:14:30 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_output.c,v 1.289 2018/01/01 00:51:36 christos Exp $ */
+/* $NetBSD: ip_output.c,v 1.290 2018/01/01 16:14:30 christos Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.289 2018/01/01 00:51:36 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.290 2018/01/01 16:14:30 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -1331,8 +1331,6 @@
break;
case IP_PKTINFO:
- /* XXX these tests fail until size gets propagated */
- /* It needs to be passed through from the caller */
switch (sopt->sopt_size) {
case sizeof(int):
/* Linux compatibility */
Home |
Main Index |
Thread Index |
Old Index