PERFORCE change 103014 for review

Paolo Pisati piso at FreeBSD.org
Wed Aug 2 11:00:06 UTC 2006


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

Change 103014 by piso at piso_newluxor on 2006/08/02 10:59:20

	Make the proto field unsigned.

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_mod.h#16 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_mod.h#16 (text+ko) ====

@@ -67,7 +67,7 @@
 struct proto_handler {
 	u_int pri;                                              /* Handler priority. */
         int16_t dir;                                            /* Flow direction. */
-	int8_t proto;                                          /* Working protocol. */	
+	uint8_t proto;                                          /* Working protocol. */	
 	int (*fingerprint)(struct libalias *la,                 /* Fingerprint * function. */
 		 struct ip *pip, struct alias_data *ah);
 	int (*protohandler)(struct libalias *la,                /* Aliasing * function. */


More information about the p4-projects mailing list