PERFORCE change 207317 for review

Andre Oppermann andre at FreeBSD.org
Sat Mar 3 18:01:22 UTC 2012


http://p4web.freebsd.org/@@207317?ac=10

Change 207317 by andre at andre_t61 on 2012/03/03 18:00:38

	Fix typo.

Affected files ...

.. //depot/projects/tcp_new/netinet/tcp_reass.c#5 edit

Differences ...

==== //depot/projects/tcp_new/netinet/tcp_reass.c#5 (text+ko) ====

@@ -318,7 +318,7 @@
  * NB: We must always consume the mbuf.  Either by appeding it to
  * the queue or by freeing it.
  */
-struct *mbuf
+struct mbuf *
 tcp_reass(struct tcpcb *tp, struct mbuf *m, int *tlen, tcp_seq th_seq, int *thflags)
 {
 	int len = *tlen;


More information about the p4-projects mailing list