PERFORCE change 131713 for review

Rui Paulo rpaulo at FreeBSD.org
Wed Dec 26 11:18:20 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131713

Change 131713 by rpaulo at 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");
 


More information about the p4-projects mailing list