Re: [PATCH] skb_get/set_timestamp use const

2005-09-06 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 6 Sep 2005 14:01:17 -0700 > The new timestamp get/set routines should have const attribute > on parameters (helps to indicate direction). > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks Stephen. - To unsubscribe fro

Re: [PATCH] skb_get/set_timestamp use const

2005-09-06 Thread Arnaldo Carvalho de Melo
On 9/6/05, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > The new timestamp get/set routines should have const attribute > on parameters (helps to indicate direction). > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> I'm using t

[PATCH] skb_get/set_timestamp use const

2005-09-06 Thread Stephen Hemminger
The new timestamp get/set routines should have const attribute on parameters (helps to indicate direction). Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Index: skge-2.6.13/include/linux/skbuff.h === --- skge-2.6.13.orig/incl