Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet fix comment; we no longer move ip+tcp into the s...
details: https://anonhg.NetBSD.org/src/rev/5873202e5657
branches: trunk
changeset: 565986:5873202e5657
user: itojun <itojun%NetBSD.org@localhost>
date: Sat Apr 24 23:59:13 2004 +0000
description:
fix comment; we no longer move ip+tcp into the same mbuf
diffstat:
sys/netinet/tcp_input.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1fdd82ec0f92 -r 5873202e5657 sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c Sat Apr 24 23:32:08 2004 +0000
+++ b/sys/netinet/tcp_input.c Sat Apr 24 23:59:13 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcp_input.c,v 1.196 2004/04/22 15:05:33 ragge Exp $ */
+/* $NetBSD: tcp_input.c,v 1.197 2004/04/24 23:59:13 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -148,7 +148,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.196 2004/04/22 15:05:33 ragge Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.197 2004/04/24 23:59:13 itojun Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"
@@ -843,7 +843,7 @@
#endif
/*
- * Get IP and TCP header together in first mbuf.
+ * Get IP and TCP header.
* Note: IP leaves IP header in first mbuf.
*/
ip = mtod(m, struct ip *);
Home |
Main Index |
Thread Index |
Old Index