Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2007 19:18:20 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 131713 for review
Message-ID:  <200712261918.lBQJIKIt000323@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131713

Change 131713 by rpaulo@rpaulo_zoo on 2007/12/26 19:17:37

	flags is now u_long.

Affected files ...

.. //depot/projects/tcpecn/netinet/tcp_usrreq.c#4 edit

Differences ...

==== //depot/projects/tcpecn/netinet/tcp_usrreq.c#4 (text+ko) ====

@@ -1765,7 +1765,7 @@
 	db_printf(")\n");
 
 	db_print_indent(indent);
-	db_printf("t_flags: 0x%x (", tp->t_flags);
+	db_printf("t_flags: 0x%lx (", tp->t_flags);
 	db_print_tflags(tp->t_flags);
 	db_printf(")\n");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712261918.lBQJIKIt000323>