PERFORCE change 114136 for review

Christian S.J. Peron csjp at FreeBSD.org
Wed Feb 7 00:46:09 UTC 2007


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

Change 114136 by csjp at csjp_rnd01 on 2007/02/07 00:45:22

	u_char -> u_int to round the size of the structure up to the next
	32 byte boundary.

Affected files ...

.. //depot/projects/zcopybpf/src/sys/net/bpf.h#9 edit

Differences ...

==== //depot/projects/zcopybpf/src/sys/net/bpf.h#9 (text+ko) ====

@@ -186,7 +186,7 @@
 	volatile u_int	bzh_kernel_gen;	/* Kernel generation number. */
 	volatile u_int	bzh_kernel_len;	/* Length of buffer. */
 	volatile u_int	bzh_user_gen;	/* User generation number. */
-	u_char	_bzh_pad[5];
+	u_int _bzh_pad[5];
 };
 
 /*


More information about the p4-projects mailing list