Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2007 05:18:49 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130457 for review
Message-ID:  <200712080518.lB85InxB045956@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 130457 by kmacy@kmacy:storage:toestack on 2007/12/08 05:18:02

	make tid unsigned int

Affected files ...

.. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h#2 edit

Differences ...

==== //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h#2 (text+ko) ====

@@ -7,7 +7,7 @@
 	struct toedev *tp_toedev;
 	struct l2t_entry *tp_l2t;
 	pr_ctloutput_t *tp_ctloutput;
-	int tp_tid;
+	unsigned int tp_tid;
 	int tp_wr_max;
 	int tp_wr_avail;
 	int tp_wr_unacked;


help

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