On Mon, Aug 04, 2014 at 12:16:18AM -0400, Vince Weaver wrote: > > Update perf_event_open support to add new features from the recent Linux > 3.16 release. > > Signed-off-by: Vince Weaver <vincent.weaver@xxxxxxxxx> > > diff --git a/include/perf_event.h b/include/perf_event.h > index 98d2ab5..9269de2 100644 > --- a/include/perf_event.h > +++ b/include/perf_event.h > .... > @@ -812,3 +820,5 @@ struct perf_branch_entry { > abort:1, /* transaction abort */ > reserved:60; > }; > + > +#endif /* _UAPI_LINUX_PERF_EVENT_H */ I think this endif is bogus.. $ make CC syscalls/perf_event_open.o In file included from syscalls/perf_event_open.c:16:0: include/perf_event.h:823:2: error: #endif without #if #endif /* _UAPI_LINUX_PERF_EVENT_H */ ^ make: *** [syscalls/perf_event_open.o] Error 1 Luckily I hadn't pushed that out yet. Care to respin it with that fixed, and have a quick eyeball to make sure nothing else made it in that shouldn't have ? thanks, Dave -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html