Repository: trafficserver Updated Branches: refs/heads/master 26f983de3 -> a7a95706f
Revert "TS-3761 Fix version.c example to build properly with tsxs" This reverts commit 691a49abceb3bab3ffa1998b94995489536626d1. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/abfe8cdb Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/abfe8cdb Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/abfe8cdb Branch: refs/heads/master Commit: abfe8cdb157fa14fa6d818696e9442d31eacf0f7 Parents: 26f983d Author: Leif Hedstrom <[email protected]> Authored: Thu Jul 16 09:25:40 2015 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Thu Jul 16 09:26:07 2015 -0600 ---------------------------------------------------------------------- example/version/version.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/abfe8cdb/example/version/version.c ---------------------------------------------------------------------- diff --git a/example/version/version.c b/example/version/version.c index edff116..f5c8126 100644 --- a/example/version/version.c +++ b/example/version/version.c @@ -24,9 +24,10 @@ #include <stdio.h> #include "ts/ts.h" +#include "ts/ink_defs.h" void -TSPluginInit(int argc, const char *argv[]) +TSPluginInit(int argc ATS_UNUSED, const char *argv[] ATS_UNUSED) { TSPluginRegistrationInfo info;
