Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Clarify comment that "the protocol specification...



details:   https://anonhg.NetBSD.org/src/rev/026843ca5d38
branches:  trunk
changeset: 583560:026843ca5d38
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri Aug 12 04:19:22 2005 +0000

description:
Clarify comment that "the protocol specification dated September, 1981"
is really RFC 793.

diffstat:

 sys/netinet/tcp_input.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 69b2df31c4f5 -r 026843ca5d38 sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c   Fri Aug 12 01:07:16 2005 +0000
+++ b/sys/netinet/tcp_input.c   Fri Aug 12 04:19:22 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_input.c,v 1.234 2005/08/11 22:25:18 christos Exp $ */
+/*     $NetBSD: tcp_input.c,v 1.235 2005/08/12 04:19:22 hubertf Exp $  */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -150,7 +150,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.234 2005/08/11 22:25:18 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.235 2005/08/12 04:19:22 hubertf Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -945,8 +945,7 @@
 }
 
 /*
- * TCP input routine, follows pages 65-76 of the
- * protocol specification dated September, 1981 very closely.
+ * TCP input routine, follows pages 65-76 of RFC 793 very closely.
  */
 void
 tcp_input(struct mbuf *m, ...)



Home | Main Index | Thread Index | Old Index