Re: [PATCH 1/3] Rough VJ Channel Implementation - vj_core.patch
From: James Morris <jmorris@namei.org>
Date: 2006-06-22 03:58:58
From: James Morris <jmorris@namei.org>
Date: 2006-06-22 03:58:58
On Thu, 22 Jun 2006, Kelly Daly wrote:
+ switch (bp->netchan_buf_proto) {
+ case __constant_htons(ETH_P_IP): {__constant_htons and friends should not be used in runtime code, only for data being initialized at compile time. - James -- James Morris [off-list ref]