On Tue, May 27, 2014 at 10:34:35AM -0700, Jacob Keller wrote:
> diff --git a/missing.h b/missing.h
> index d6b2355cb8fb..5f21fe58d069 100644
> --- a/missing.h
> +++ b/missing.h
> @@ -50,6 +50,10 @@ enum _missing_hwtstamp_tx_types {
>  };
>  #endif
>  
> +#ifndef SIOCGHWTSTAMP
> +#define SIOCGHWTSTAMP 0x89b1
> +#endif
> +

You must use the (architecture specific) macros rather than hard
coding the value.

Thanks,
Richard

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to