Updated Branches: refs/heads/master 52b4b9764 -> 942ce067b
Fix FreeBSD problem with lifecycle example plugin. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/942ce067 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/942ce067 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/942ce067 Branch: refs/heads/master Commit: 942ce067bd9633ae09dd1877351207351239ed9d Parents: 52b4b97 Author: Alan M. Carroll <[email protected]> Authored: Fri Jul 19 11:44:43 2013 -0500 Committer: Alan M. Carroll <[email protected]> Committed: Fri Jul 19 11:44:43 2013 -0500 ---------------------------------------------------------------------- example/lifecycle-plugin/lifecycle-plugin.c | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/942ce067/example/lifecycle-plugin/lifecycle-plugin.c ---------------------------------------------------------------------- diff --git a/example/lifecycle-plugin/lifecycle-plugin.c b/example/lifecycle-plugin/lifecycle-plugin.c index e08fbc3..45e05c2 100644 --- a/example/lifecycle-plugin/lifecycle-plugin.c +++ b/example/lifecycle-plugin/lifecycle-plugin.c @@ -29,10 +29,6 @@ #include <unistd.h> #include <ts/ts.h> -// This gets the PRI*64 types -# define __STDC_FORMAT_MACROS 1 -# include <inttypes.h> - int CallbackHandler(TSCont this, TSEvent id, void* no_data) { (void) this;
