Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2006 11:00:05 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103014 for review
Message-ID:  <200608021100.k72B05lD036762@repoman.freebsd.org>

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

Change 103014 by piso@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. */



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