Re: [Linuxptp-devel] [PATCH 1/2] missing: add SIOCGHWTSTAMP to missing.h

2014-06-04 Thread Richard Cochran
On Tue, May 27, 2014 at 10:34:35AM -0700, Jacob Keller wrote: > In order to allow hwtstamp_ctl to use the non-destructive SIOCGHWTSTAMP > ioctl, we need to add it to missing.h, in order to prevent build failure > on older kernels which don't have this support. > > Signed-off-by: Jacob Keller > --

Re: [Linuxptp-devel] [PATCH 1/2] missing: add SIOCGHWTSTAMP to missing.h

2014-06-02 Thread Richard Cochran
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 SIOCGHWTSTA

Re: [Linuxptp-devel] [PATCH 1/2] missing: add SIOCGHWTSTAMP to missing.h

2014-06-02 Thread Richard Cochran
Never mind, this is a socket option, not an ioctl. My bad. Thanks, Richard -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. W