diff options
Diffstat (limited to 'src/tet3/syncd')
-rw-r--r-- | src/tet3/syncd/fake.c | 3 | ||||
-rw-r--r-- | src/tet3/syncd/stab.c | 3 | ||||
-rw-r--r-- | src/tet3/syncd/syncd.c | 4 | ||||
-rw-r--r-- | src/tet3/syncd/syncd_bs.c | 2 | ||||
-rw-r--r-- | src/tet3/syncd/syncd_in.c | 2 | ||||
-rw-r--r-- | src/tet3/syncd/syncd_xt.c | 2 | ||||
-rw-r--r-- | src/tet3/syncd/synproc.c | 3 |
7 files changed, 18 insertions, 1 deletions
diff --git a/src/tet3/syncd/fake.c b/src/tet3/syncd/fake.c index d19b05f4..c4ed2fd4 100644 --- a/src/tet3/syncd/fake.c +++ b/src/tet3/syncd/fake.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <sys/types.h> diff --git a/src/tet3/syncd/stab.c b/src/tet3/syncd/stab.c index 38d994c1..ed04b7ec 100644 --- a/src/tet3/syncd/stab.c +++ b/src/tet3/syncd/stab.c @@ -67,6 +67,9 @@ MODIFICATIONS: handle the largest +ve syncpoint number correctly; prevent syncpoint numbers from wrapping round zero + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/syncd/syncd.c b/src/tet3/syncd/syncd.c index 88f9047d..8411f118 100644 --- a/src/tet3/syncd/syncd.c +++ b/src/tet3/syncd/syncd.c @@ -52,7 +52,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Added support for shared API libraries. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/syncd/syncd_bs.c b/src/tet3/syncd/syncd_bs.c index 105ac07a..6ba4c4b4 100644 --- a/src/tet3/syncd/syncd_bs.c +++ b/src/tet3/syncd/syncd_bs.c @@ -35,6 +35,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., October 1994 added support for tet_msync() + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/syncd/syncd_in.c b/src/tet3/syncd/syncd_in.c index 2608c27e..89da6912 100644 --- a/src/tet3/syncd/syncd_in.c +++ b/src/tet3/syncd/syncd_in.c @@ -34,6 +34,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., November 1993 added transport-specific argument processing function + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/syncd/syncd_xt.c b/src/tet3/syncd/syncd_xt.c index ab44db3e..cd8ea536 100644 --- a/src/tet3/syncd/syncd_xt.c +++ b/src/tet3/syncd/syncd_xt.c @@ -39,6 +39,8 @@ MODIFICATIONS: added t_sync() call to refresh the TP endpoint after the dup/fork/exec in the parent + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/syncd/synproc.c b/src/tet3/syncd/synproc.c index b9f4d92e..0de1fa38 100644 --- a/src/tet3/syncd/synproc.c +++ b/src/tet3/syncd/synproc.c @@ -50,6 +50,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Always decode ASYNC request IC/TP numbers in trace messages. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> |