Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2007 00:46:04 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114136 for review
Message-ID:  <200702070046.l170k45I013849@repoman.freebsd.org>

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

Change 114136 by csjp@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];
 };
 
 /*



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