diff options
Diffstat (limited to 'src')
298 files changed, 948 insertions, 104 deletions
diff --git a/src/tet3/apilib/dcancel.c b/src/tet3/apilib/dcancel.c index 0fdbe4af..2e45367d 100644 --- a/src/tet3/apilib/dcancel.c +++ b/src/tet3/apilib/dcancel.c @@ -44,7 +44,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/apilib/errno.c b/src/tet3/apilib/errno.c index 6b679db6..a8404735 100644 --- a/src/tet3/apilib/errno.c +++ b/src/tet3/apilib/errno.c @@ -63,7 +63,10 @@ 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. + ************************************************************************/ #include <stdlib.h> diff --git a/src/tet3/apilib/exit.c b/src/tet3/apilib/exit.c index ad36e824..963ca065 100644 --- a/src/tet3/apilib/exit.c +++ b/src/tet3/apilib/exit.c @@ -75,7 +75,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/apilib/getlist.c b/src/tet3/apilib/getlist.c index facdf4c6..2acd2e37 100644 --- a/src/tet3/apilib/getlist.c +++ b/src/tet3/apilib/getlist.c @@ -69,7 +69,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/apilib/getsys.c b/src/tet3/apilib/getsys.c index b89b9208..8a397a06 100644 --- a/src/tet3/apilib/getsys.c +++ b/src/tet3/apilib/getsys.c @@ -50,7 +50,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Added support for shared API libraries. Moved tet_getsysbyid() to a separate file. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/apilib/getsysid.c b/src/tet3/apilib/getsysid.c index 35b16fca..bc264ecd 100644 --- a/src/tet3/apilib/getsysid.c +++ b/src/tet3/apilib/getsysid.c @@ -50,7 +50,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., August 1998 Moved tet_getsysbyid() from getsys.c to here. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/apilib/libvers.c b/src/tet3/apilib/libvers.c index fdcc33b7..6eabc4d2 100644 --- a/src/tet3/apilib/libvers.c +++ b/src/tet3/apilib/libvers.c @@ -40,6 +40,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/apilib/remexec.c b/src/tet3/apilib/remexec.c index 7cdd38cd..444ec2ed 100644 --- a/src/tet3/apilib/remexec.c +++ b/src/tet3/apilib/remexec.c @@ -78,7 +78,10 @@ MODIFICATIONS: Added support for shared API libraries. Send TET_ROOT and TET_EXECUTE environment variables to tccd as part of the remote configuration process. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/apilib/remkill.c b/src/tet3/apilib/remkill.c index f929230d..04032d90 100644 --- a/src/tet3/apilib/remkill.c +++ b/src/tet3/apilib/remkill.c @@ -47,6 +47,9 @@ MODIFICATIONS: Geoff Clare, UniSoft Ltd., Sept 1996 Changes for TETWare-Lite. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/apilib/remtime.c b/src/tet3/apilib/remtime.c index 490bc70a..9794c553 100644 --- a/src/tet3/apilib/remtime.c +++ b/src/tet3/apilib/remtime.c @@ -48,7 +48,10 @@ 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. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/apilib/remwait.c b/src/tet3/apilib/remwait.c index c4e77e4e..df96a94c 100644 --- a/src/tet3/apilib/remwait.c +++ b/src/tet3/apilib/remwait.c @@ -50,6 +50,9 @@ MODIFICATIONS: Make rtab updates signal safe. Changes for TETWare-Lite. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/apilib/rtab.c b/src/tet3/apilib/rtab.c index 245631c2..b568f49e 100644 --- a/src/tet3/apilib/rtab.c +++ b/src/tet3/apilib/rtab.c @@ -34,6 +34,9 @@ MODIFICATIONS: Geoff Clare, UniSoft Ltd., Sept 1996 Changes for TETWare-Lite. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/apilib/sync.c b/src/tet3/apilib/sync.c index c7ff97aa..e20ad757 100644 --- a/src/tet3/apilib/sync.c +++ b/src/tet3/apilib/sync.c @@ -81,7 +81,10 @@ 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. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/apilib/tciface.c b/src/tet3/apilib/tciface.c index ac65e1f9..ae6ab767 100644 --- a/src/tet3/apilib/tciface.c +++ b/src/tet3/apilib/tciface.c @@ -101,6 +101,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., January 1998 Permit the iclist to include IC 0. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/apilib/tdiscon.c b/src/tet3/apilib/tdiscon.c index 975c4287..254d4d88 100644 --- a/src/tet3/apilib/tdiscon.c +++ b/src/tet3/apilib/tdiscon.c @@ -33,7 +33,10 @@ 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. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/apilib/tet_spawn.c b/src/tet3/apilib/tet_spawn.c index 2dc895af..1cea1018 100644 --- a/src/tet3/apilib/tet_spawn.c +++ b/src/tet3/apilib/tet_spawn.c @@ -77,7 +77,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/apilib/version.c b/src/tet3/apilib/version.c index 1cb2b138..7d89386f 100644 --- a/src/tet3/apilib/version.c +++ b/src/tet3/apilib/version.c @@ -41,6 +41,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/apithr/api_lock.c b/src/tet3/apithr/api_lock.c index 81bf2f64..7b2444fe 100644 --- a/src/tet3/apithr/api_lock.c +++ b/src/tet3/apithr/api_lock.c @@ -57,6 +57,9 @@ MODIFICATIONS: Use TETware-specific macros to access threads functions and data items. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <string.h> diff --git a/src/tet3/apithr/mutexes.c b/src/tet3/apithr/mutexes.c index b045545d..88b3221a 100644 --- a/src/tet3/apithr/mutexes.c +++ b/src/tet3/apithr/mutexes.c @@ -61,7 +61,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/apithr/thr_create.c b/src/tet3/apithr/thr_create.c index 07e43597..651296a7 100644 --- a/src/tet3/apithr/thr_create.c +++ b/src/tet3/apithr/thr_create.c @@ -121,6 +121,9 @@ MODIFICATIONS: Allow for either ETIMEDOUT or ETIME to be returned when TET_COND_TIMEDWAIT() times out. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/apithr/thr_create.c.orig b/src/tet3/apithr/thr_create.c.orig index 5087d7a2..6262b146 100644 --- a/src/tet3/apithr/thr_create.c.orig +++ b/src/tet3/apithr/thr_create.c.orig @@ -87,7 +87,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/demo/master/ts/tc1.c b/src/tet3/demo/master/ts/tc1.c index 01297210..d3d7b153 100644 --- a/src/tet3/demo/master/ts/tc1.c +++ b/src/tet3/demo/master/ts/tc1.c @@ -27,6 +27,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdlib.h> diff --git a/src/tet3/demo/master/ts/tc2.c b/src/tet3/demo/master/ts/tc2.c index d2fb165c..9236b1b2 100644 --- a/src/tet3/demo/master/ts/tc2.c +++ b/src/tet3/demo/master/ts/tc2.c @@ -27,6 +27,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdlib.h> diff --git a/src/tet3/demo/master/ts/tc3.c b/src/tet3/demo/master/ts/tc3.c index 5638c078..3a93eea8 100644 --- a/src/tet3/demo/master/ts/tc3.c +++ b/src/tet3/demo/master/ts/tc3.c @@ -30,6 +30,9 @@ MODIFICATIONS: Use tet_remsync() instead of (deprecated) tet_sync(). Added tp2. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdlib.h> diff --git a/src/tet3/demo/slave/ts/tc1.c b/src/tet3/demo/slave/ts/tc1.c index 540b1533..1daefe4c 100644 --- a/src/tet3/demo/slave/ts/tc1.c +++ b/src/tet3/demo/slave/ts/tc1.c @@ -27,6 +27,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdlib.h> #include <tet_api.h> diff --git a/src/tet3/demo/slave/ts/tc2.c b/src/tet3/demo/slave/ts/tc2.c index b9d64ee7..6995ebf8 100644 --- a/src/tet3/demo/slave/ts/tc2.c +++ b/src/tet3/demo/slave/ts/tc2.c @@ -27,6 +27,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdlib.h> #include <tet_api.h> diff --git a/src/tet3/demo/slave/ts/tc3.c b/src/tet3/demo/slave/ts/tc3.c index 259b0cce..a7966290 100644 --- a/src/tet3/demo/slave/ts/tc3.c +++ b/src/tet3/demo/slave/ts/tc3.c @@ -30,6 +30,9 @@ MODIFICATIONS: Use tet_remsync() instead of (deprecated) tet_sync(). Added tp2. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdlib.h> diff --git a/src/tet3/dtet2lib/addarg.c b/src/tet3/dtet2lib/addarg.c index 9b77c3ca..cec1cedc 100644 --- a/src/tet3/dtet2lib/addarg.c +++ b/src/tet3/dtet2lib/addarg.c @@ -27,6 +27,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/alarm.c b/src/tet3/dtet2lib/alarm.c index f9bb7085..0e182e4c 100644 --- a/src/tet3/dtet2lib/alarm.c +++ b/src/tet3/dtet2lib/alarm.c @@ -75,7 +75,10 @@ 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/dtet2lib/amsg.c b/src/tet3/dtet2lib/amsg.c index 2b4027ef..5a8f471e 100644 --- a/src/tet3/dtet2lib/amsg.c +++ b/src/tet3/dtet2lib/amsg.c @@ -34,7 +34,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/avmsg.c b/src/tet3/dtet2lib/avmsg.c index bfb9e304..bc0c06e7 100644 --- a/src/tet3/dtet2lib/avmsg.c +++ b/src/tet3/dtet2lib/avmsg.c @@ -37,7 +37,10 @@ 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. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/basename.c b/src/tet3/dtet2lib/basename.c index 12b608cf..eaa572e0 100644 --- a/src/tet3/dtet2lib/basename.c +++ b/src/tet3/dtet2lib/basename.c @@ -40,6 +40,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/btmsg.c b/src/tet3/dtet2lib/btmsg.c index 72a9c4d8..f01ca712 100644 --- a/src/tet3/dtet2lib/btmsg.c +++ b/src/tet3/dtet2lib/btmsg.c @@ -35,6 +35,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/bufchk.c b/src/tet3/dtet2lib/bufchk.c index 2218579a..a4a2f6d1 100644 --- a/src/tet3/dtet2lib/bufchk.c +++ b/src/tet3/dtet2lib/bufchk.c @@ -34,7 +34,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/buftrace.c b/src/tet3/dtet2lib/buftrace.c index 64598ba6..bbeb27b9 100644 --- a/src/tet3/dtet2lib/buftrace.c +++ b/src/tet3/dtet2lib/buftrace.c @@ -34,7 +34,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/dtet2lib/dtmsg.c b/src/tet3/dtet2lib/dtmsg.c index 883c646f..e5de5e39 100644 --- a/src/tet3/dtet2lib/dtmsg.c +++ b/src/tet3/dtet2lib/dtmsg.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/dtsize.c b/src/tet3/dtet2lib/dtsize.c index 137f2ba2..5bcf9278 100644 --- a/src/tet3/dtet2lib/dtsize.c +++ b/src/tet3/dtet2lib/dtsize.c @@ -41,6 +41,9 @@ MODIFICATIONS: added support the MT DLL version of the C runtime support library on Win32 systems + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #if defined(SVR2) || defined(BSD42) || defined(BSD43) diff --git a/src/tet3/dtet2lib/eaccess.c b/src/tet3/dtet2lib/eaccess.c index f2b80df7..300d782d 100644 --- a/src/tet3/dtet2lib/eaccess.c +++ b/src/tet3/dtet2lib/eaccess.c @@ -41,6 +41,9 @@ MODIFICATIONS: On UNIX systems, check group permissions w.r.t. supplementary group IDs as well as against the egid. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/equindex.c b/src/tet3/dtet2lib/equindex.c index 5359b7ad..a16c9750 100644 --- a/src/tet3/dtet2lib/equindex.c +++ b/src/tet3/dtet2lib/equindex.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/errmap.c b/src/tet3/dtet2lib/errmap.c index 7d801419..10c66a48 100644 --- a/src/tet3/dtet2lib/errmap.c +++ b/src/tet3/dtet2lib/errmap.c @@ -44,6 +44,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., February 1998 Corrected mapping of ENOENT. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <errno.h> diff --git a/src/tet3/dtet2lib/errname.c b/src/tet3/dtet2lib/errname.c index 2b32cdbb..52150382 100644 --- a/src/tet3/dtet2lib/errname.c +++ b/src/tet3/dtet2lib/errname.c @@ -37,6 +37,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., January 1993 Re-written to use the errmap structure. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/fappend.c b/src/tet3/dtet2lib/fappend.c index beb21aeb..e0931618 100644 --- a/src/tet3/dtet2lib/fappend.c +++ b/src/tet3/dtet2lib/fappend.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/fcopy.c b/src/tet3/dtet2lib/fcopy.c index f232e164..d3bd5ba0 100644 --- a/src/tet3/dtet2lib/fcopy.c +++ b/src/tet3/dtet2lib/fcopy.c @@ -56,6 +56,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., December 1998 fixed a bug in the recursive copy detection code + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/fgetargs.c b/src/tet3/dtet2lib/fgetargs.c index 65856553..ff982dfb 100644 --- a/src/tet3/dtet2lib/fgetargs.c +++ b/src/tet3/dtet2lib/fgetargs.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/fioclex.c b/src/tet3/dtet2lib/fioclex.c index 3543289d..c84c5ed8 100644 --- a/src/tet3/dtet2lib/fioclex.c +++ b/src/tet3/dtet2lib/fioclex.c @@ -39,6 +39,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., May 1997 port to Windows 95 + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/dtet2lib/fork.c b/src/tet3/dtet2lib/fork.c index c1af46e3..dcb10ec8 100644 --- a/src/tet3/dtet2lib/fork.c +++ b/src/tet3/dtet2lib/fork.c @@ -38,7 +38,10 @@ 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/dtet2lib/ftoa.c b/src/tet3/dtet2lib/ftoa.c index 42527c92..1365efae 100644 --- a/src/tet3/dtet2lib/ftoa.c +++ b/src/tet3/dtet2lib/ftoa.c @@ -35,6 +35,9 @@ MODIFICATIONS: add a pool of re-usable buffers so that more than one tet_f2a() value may be passed to a reporting function + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/generror.c b/src/tet3/dtet2lib/generror.c index 904c285a..d380148a 100644 --- a/src/tet3/dtet2lib/generror.c +++ b/src/tet3/dtet2lib/generror.c @@ -34,7 +34,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/genfatal.c b/src/tet3/dtet2lib/genfatal.c index c92ce63a..32b4bc59 100644 --- a/src/tet3/dtet2lib/genfatal.c +++ b/src/tet3/dtet2lib/genfatal.c @@ -34,7 +34,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/getargs.c b/src/tet3/dtet2lib/getargs.c index fb84b570..4b4ca61c 100644 --- a/src/tet3/dtet2lib/getargs.c +++ b/src/tet3/dtet2lib/getargs.c @@ -34,7 +34,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/getcwd.c b/src/tet3/dtet2lib/getcwd.c index 77e76f4a..ae3a9aac 100644 --- a/src/tet3/dtet2lib/getcwd.c +++ b/src/tet3/dtet2lib/getcwd.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/getopt.c b/src/tet3/dtet2lib/getopt.c index b01c437c..52ae275b 100644 --- a/src/tet3/dtet2lib/getopt.c +++ b/src/tet3/dtet2lib/getopt.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/globals.c b/src/tet3/dtet2lib/globals.c index 623ea568..a65f4cc6 100644 --- a/src/tet3/dtet2lib/globals.c +++ b/src/tet3/dtet2lib/globals.c @@ -41,6 +41,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/hexdump.c b/src/tet3/dtet2lib/hexdump.c index 694ea6a0..db76c3c4 100644 --- a/src/tet3/dtet2lib/hexdump.c +++ b/src/tet3/dtet2lib/hexdump.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/iswin.c b/src/tet3/dtet2lib/iswin.c index 57b79026..e8f2740c 100644 --- a/src/tet3/dtet2lib/iswin.c +++ b/src/tet3/dtet2lib/iswin.c @@ -31,6 +31,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/ldst.c b/src/tet3/dtet2lib/ldst.c index 17d093f3..6bc9bf5e 100644 --- a/src/tet3/dtet2lib/ldst.c +++ b/src/tet3/dtet2lib/ldst.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/llist.c b/src/tet3/dtet2lib/llist.c index 7ab1be88..4b229274 100644 --- a/src/tet3/dtet2lib/llist.c +++ b/src/tet3/dtet2lib/llist.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/ltoa.c b/src/tet3/dtet2lib/ltoa.c index 6944836b..b6f71f04 100644 --- a/src/tet3/dtet2lib/ltoa.c +++ b/src/tet3/dtet2lib/ltoa.c @@ -37,7 +37,10 @@ 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. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/dtet2lib/ltoo.c b/src/tet3/dtet2lib/ltoo.c index bcf95cf7..bebceaf4 100644 --- a/src/tet3/dtet2lib/ltoo.c +++ b/src/tet3/dtet2lib/ltoo.c @@ -35,7 +35,10 @@ 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. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/dtet2lib/ltox.c b/src/tet3/dtet2lib/ltox.c index 4b51a42c..1be88d42 100644 --- a/src/tet3/dtet2lib/ltox.c +++ b/src/tet3/dtet2lib/ltox.c @@ -35,7 +35,10 @@ 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. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/dtet2lib/madir.c b/src/tet3/dtet2lib/madir.c index ef33b040..1a5c71e0 100644 --- a/src/tet3/dtet2lib/madir.c +++ b/src/tet3/dtet2lib/madir.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/maperr.c b/src/tet3/dtet2lib/maperr.c index 1d6ee6cc..dc1e9571 100644 --- a/src/tet3/dtet2lib/maperr.c +++ b/src/tet3/dtet2lib/maperr.c @@ -38,6 +38,9 @@ MODIFICATIONS: Rewritten to use the errmap structure - this avoids compiler "duplicate case in switch" messages. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/mapsig.c b/src/tet3/dtet2lib/mapsig.c index 8dd7ce31..87cae80c 100644 --- a/src/tet3/dtet2lib/mapsig.c +++ b/src/tet3/dtet2lib/mapsig.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/mapstat.c b/src/tet3/dtet2lib/mapstat.c index f578ede1..c4ce1c25 100644 --- a/src/tet3/dtet2lib/mapstat.c +++ b/src/tet3/dtet2lib/mapstat.c @@ -44,6 +44,9 @@ MODIFICATIONS: Corrected return value for non-zero exit status on Win32 systems where low 8 bits are zero. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/mkdir.c b/src/tet3/dtet2lib/mkdir.c index 6bc31e07..131b4b80 100644 --- a/src/tet3/dtet2lib/mkdir.c +++ b/src/tet3/dtet2lib/mkdir.c @@ -36,7 +36,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Extended the Windows 95 errno band-aid code to Windows NT as well. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/dtet2lib/notty.c b/src/tet3/dtet2lib/notty.c index db6f9c40..24ffff0f 100644 --- a/src/tet3/dtet2lib/notty.c +++ b/src/tet3/dtet2lib/notty.c @@ -36,6 +36,9 @@ MODIFICATIONS: added setsid() call to support POSIX-only systems (mainly for the FIFO implementation) + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/optarg.c b/src/tet3/dtet2lib/optarg.c index f576553a..fd3f99a0 100644 --- a/src/tet3/dtet2lib/optarg.c +++ b/src/tet3/dtet2lib/optarg.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/prerror.c b/src/tet3/dtet2lib/prerror.c index f063e6ac..b02f7074 100644 --- a/src/tet3/dtet2lib/prerror.c +++ b/src/tet3/dtet2lib/prerror.c @@ -42,6 +42,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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/ptflags.c b/src/tet3/dtet2lib/ptflags.c index 6de61fb7..91af3c36 100644 --- a/src/tet3/dtet2lib/ptflags.c +++ b/src/tet3/dtet2lib/ptflags.c @@ -37,7 +37,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Only compile code in this file when building Distributed TETware. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE_CUT- */ diff --git a/src/tet3/dtet2lib/ptspid.c b/src/tet3/dtet2lib/ptspid.c index 34709296..3606f9a7 100644 --- a/src/tet3/dtet2lib/ptspid.c +++ b/src/tet3/dtet2lib/ptspid.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/ptstate.c b/src/tet3/dtet2lib/ptstate.c index 95525eee..a6c1e422 100644 --- a/src/tet3/dtet2lib/ptstate.c +++ b/src/tet3/dtet2lib/ptstate.c @@ -34,7 +34,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Only compile code in this file when building Distributed TETware. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/ptstype.c b/src/tet3/dtet2lib/ptstype.c index b03acc9e..57a89a9e 100644 --- a/src/tet3/dtet2lib/ptstype.c +++ b/src/tet3/dtet2lib/ptstype.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/pttype.c b/src/tet3/dtet2lib/pttype.c index 149aa8eb..3a681b3c 100644 --- a/src/tet3/dtet2lib/pttype.c +++ b/src/tet3/dtet2lib/pttype.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/ptype.c b/src/tet3/dtet2lib/ptype.c index b5075199..4547945d 100644 --- a/src/tet3/dtet2lib/ptype.c +++ b/src/tet3/dtet2lib/ptype.c @@ -34,7 +34,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/putenv.c b/src/tet3/dtet2lib/putenv.c index 43542daa..a943a35e 100644 --- a/src/tet3/dtet2lib/putenv.c +++ b/src/tet3/dtet2lib/putenv.c @@ -38,6 +38,8 @@ MODIFICATIONS: added support the MT DLL version of the C runtime support library on Win32 systems + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/dtet2lib/remvar.c b/src/tet3/dtet2lib/remvar.c index 89956209..8f4ac597 100644 --- a/src/tet3/dtet2lib/remvar.c +++ b/src/tet3/dtet2lib/remvar.c @@ -35,6 +35,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 added tet_remvar_sysid() function + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/repcode.c b/src/tet3/dtet2lib/repcode.c index d5b6ede5..5d4bc381 100644 --- a/src/tet3/dtet2lib/repcode.c +++ b/src/tet3/dtet2lib/repcode.c @@ -35,7 +35,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/reqcode.c b/src/tet3/dtet2lib/reqcode.c index 2141ef3b..7c407c64 100644 --- a/src/tet3/dtet2lib/reqcode.c +++ b/src/tet3/dtet2lib/reqcode.c @@ -42,7 +42,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/rescode.c b/src/tet3/dtet2lib/rescode.c index 08a7e7a8..a9e2e8ae 100644 --- a/src/tet3/dtet2lib/rescode.c +++ b/src/tet3/dtet2lib/rescode.c @@ -52,6 +52,9 @@ MODIFICATIONS: Geoff Clare, UniSoft Ltd., Sept 1996 Moved tet_addresult() to here from xresd. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <string.h> diff --git a/src/tet3/dtet2lib/rtoa.c b/src/tet3/dtet2lib/rtoa.c index 0179fe1a..b674797f 100644 --- a/src/tet3/dtet2lib/rtoa.c +++ b/src/tet3/dtet2lib/rtoa.c @@ -37,7 +37,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Only compile code in this file when building Distributed TETware. Added support for shared API libraries. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/dtet2lib/sigmap.c b/src/tet3/dtet2lib/sigmap.c index a385b157..bf0f8be7 100644 --- a/src/tet3/dtet2lib/sigmap.c +++ b/src/tet3/dtet2lib/sigmap.c @@ -50,6 +50,9 @@ MODIFICATIONS: is visible when _POSIX_SOURCE is defined, where xx is a non-posix signal and yy is not defined + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef _POSIX_SOURCE diff --git a/src/tet3/dtet2lib/sigsafe.c b/src/tet3/dtet2lib/sigsafe.c index a72fbaa3..798ae5a3 100644 --- a/src/tet3/dtet2lib/sigsafe.c +++ b/src/tet3/dtet2lib/sigsafe.c @@ -46,7 +46,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/strstore.c b/src/tet3/dtet2lib/strstore.c index db7f5cbe..6ef61d74 100644 --- a/src/tet3/dtet2lib/strstore.c +++ b/src/tet3/dtet2lib/strstore.c @@ -34,7 +34,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/svote.c b/src/tet3/dtet2lib/svote.c index d658645e..9df510a7 100644 --- a/src/tet3/dtet2lib/svote.c +++ b/src/tet3/dtet2lib/svote.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/sysbyid.c b/src/tet3/dtet2lib/sysbyid.c index 893b32d3..3b643c29 100644 --- a/src/tet3/dtet2lib/sysbyid.c +++ b/src/tet3/dtet2lib/sysbyid.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/sysent.c b/src/tet3/dtet2lib/sysent.c index b05e4bdc..48c31c74 100644 --- a/src/tet3/dtet2lib/sysent.c +++ b/src/tet3/dtet2lib/sysent.c @@ -42,7 +42,10 @@ 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. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/systate.c b/src/tet3/dtet2lib/systate.c index 7dd5ce14..85c70370 100644 --- a/src/tet3/dtet2lib/systate.c +++ b/src/tet3/dtet2lib/systate.c @@ -34,7 +34,10 @@ 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. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/dtet2lib/targs.c b/src/tet3/dtet2lib/targs.c index 26828ef4..0723cd48 100644 --- a/src/tet3/dtet2lib/targs.c +++ b/src/tet3/dtet2lib/targs.c @@ -34,6 +34,9 @@ MODIFICATIONS: Geoff Clare, UniSoft Ltd., August 1996 Forward trace flags from MTCC to MTCM via TCCD. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef NOTRACE diff --git a/src/tet3/dtet2lib/tdump.c b/src/tet3/dtet2lib/tdump.c index 6aa5ea21..2af16ed0 100644 --- a/src/tet3/dtet2lib/tdump.c +++ b/src/tet3/dtet2lib/tdump.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef NOTRACE diff --git a/src/tet3/dtet2lib/tetdir.c b/src/tet3/dtet2lib/tetdir.c index 0085a406..d4575530 100644 --- a/src/tet3/dtet2lib/tetdir.c +++ b/src/tet3/dtet2lib/tetdir.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/tetfcntl.c b/src/tet3/dtet2lib/tetfcntl.c index b2d0c60c..8d3b595a 100644 --- a/src/tet3/dtet2lib/tetfcntl.c +++ b/src/tet3/dtet2lib/tetfcntl.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/tetsleep.c b/src/tet3/dtet2lib/tetsleep.c index 20cd7d18..c0cf656b 100644 --- a/src/tet3/dtet2lib/tetsleep.c +++ b/src/tet3/dtet2lib/tetsleep.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/tetspawn.c b/src/tet3/dtet2lib/tetspawn.c index c3910269..92466c20 100644 --- a/src/tet3/dtet2lib/tetspawn.c +++ b/src/tet3/dtet2lib/tetspawn.c @@ -38,6 +38,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., May 1998 Use tet_basename() instead of a local static version. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/tetstat.c b/src/tet3/dtet2lib/tetstat.c index a448b588..7d27e448 100644 --- a/src/tet3/dtet2lib/tetstat.c +++ b/src/tet3/dtet2lib/tetstat.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/tetterm.c b/src/tet3/dtet2lib/tetterm.c index 7afc10d1..4c468ca9 100644 --- a/src/tet3/dtet2lib/tetterm.c +++ b/src/tet3/dtet2lib/tetterm.c @@ -38,6 +38,8 @@ MODIFICATIONS: Added support the MT DLL version of the C runtime support library on Win32 systems. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/dtet2lib/tetunlnk.c b/src/tet3/dtet2lib/tetunlnk.c index e9773063..41347b7d 100644 --- a/src/tet3/dtet2lib/tetunlnk.c +++ b/src/tet3/dtet2lib/tetunlnk.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/tfname.c b/src/tet3/dtet2lib/tfname.c index f3bf5620..43bce3e7 100644 --- a/src/tet3/dtet2lib/tfname.c +++ b/src/tet3/dtet2lib/tfname.c @@ -37,7 +37,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/trace.c b/src/tet3/dtet2lib/trace.c index c13c471a..d315daa2 100644 --- a/src/tet3/dtet2lib/trace.c +++ b/src/tet3/dtet2lib/trace.c @@ -48,7 +48,10 @@ 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. + ************************************************************************/ #ifndef NOTRACE diff --git a/src/tet3/dtet2lib/unmaperr.c b/src/tet3/dtet2lib/unmaperr.c index dd63b6ff..ec4011e5 100644 --- a/src/tet3/dtet2lib/unmaperr.c +++ b/src/tet3/dtet2lib/unmaperr.c @@ -35,6 +35,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., January 1993 Rewritten to use the errmap structure. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/dtet2lib/unmapsig.c b/src/tet3/dtet2lib/unmapsig.c index 44ba1e62..af521c06 100644 --- a/src/tet3/dtet2lib/unmapsig.c +++ b/src/tet3/dtet2lib/unmapsig.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/valmsg.c b/src/tet3/dtet2lib/valmsg.c index db05ad01..b2998ac6 100644 --- a/src/tet3/dtet2lib/valmsg.c +++ b/src/tet3/dtet2lib/valmsg.c @@ -38,7 +38,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/dtet2lib/w32err.c b/src/tet3/dtet2lib/w32err.c index f5cd2105..b92bc3ea 100644 --- a/src/tet3/dtet2lib/w32err.c +++ b/src/tet3/dtet2lib/w32err.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/wait3.c b/src/tet3/dtet2lib/wait3.c index 15038618..4d75466a 100644 --- a/src/tet3/dtet2lib/wait3.c +++ b/src/tet3/dtet2lib/wait3.c @@ -37,6 +37,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., November 1992 Made call to waitpid() the default. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/dtet2lib/wsaerr.c b/src/tet3/dtet2lib/wsaerr.c index 24c48622..3370b5a9 100644 --- a/src/tet3/dtet2lib/wsaerr.c +++ b/src/tet3/dtet2lib/wsaerr.c @@ -37,6 +37,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/inc/dtetlib.h b/src/tet3/inc/dtetlib.h index a5e85651..c9876451 100644 --- a/src/tet3/inc/dtetlib.h +++ b/src/tet3/inc/dtetlib.h @@ -50,7 +50,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/inc/dtmac.h b/src/tet3/inc/dtmac.h index 2297bb52..87527806 100644 --- a/src/tet3/inc/dtmac.h +++ b/src/tet3/inc/dtmac.h @@ -51,6 +51,9 @@ MODIFICATIONS: Added support for shared API libraries. Changed MAX() and MIN() to TET_MAX() and TET_MIN(). + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ /* diff --git a/src/tet3/inc/dtthr.h b/src/tet3/inc/dtthr.h index 5f57f2fe..4ca1fee0 100644 --- a/src/tet3/inc/dtthr.h +++ b/src/tet3/inc/dtthr.h @@ -46,7 +46,10 @@ 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. + ************************************************************************/ #ifdef TET_THREADS diff --git a/src/tet3/inc/error.h b/src/tet3/inc/error.h index 1819ab17..b8746f0b 100644 --- a/src/tet3/inc/error.h +++ b/src/tet3/inc/error.h @@ -45,6 +45,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Added support for shared libraries. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/inc/globals.h b/src/tet3/inc/globals.h index 02bab640..d1867897 100644 --- a/src/tet3/inc/globals.h +++ b/src/tet3/inc/globals.h @@ -41,6 +41,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "tet_api.h" diff --git a/src/tet3/inc/xtilib_xt.h b/src/tet3/inc/xtilib_xt.h index 822a55ef..da831e16 100644 --- a/src/tet3/inc/xtilib_xt.h +++ b/src/tet3/inc/xtilib_xt.h @@ -41,7 +41,10 @@ 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. + ************************************************************************/ #define MAX_CONN_IND 10 diff --git a/src/tet3/inetlib/accept.c b/src/tet3/inetlib/accept.c index ca5df012..69a9926f 100644 --- a/src/tet3/inetlib/accept.c +++ b/src/tet3/inetlib/accept.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <errno.h> diff --git a/src/tet3/inetlib/connect.c b/src/tet3/inetlib/connect.c index 1789f2c8..c129c278 100644 --- a/src/tet3/inetlib/connect.c +++ b/src/tet3/inetlib/connect.c @@ -52,7 +52,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Report destination address/port if connect fails. Added support for shared API libraries. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/inetlib/discon.c b/src/tet3/inetlib/discon.c index 4524c745..f5274a43 100644 --- a/src/tet3/inetlib/discon.c +++ b/src/tet3/inetlib/discon.c @@ -36,6 +36,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., December 1993 moved function from connect.c to here + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/inetlib/host.c b/src/tet3/inetlib/host.c index 986294cd..9654ee50 100644 --- a/src/tet3/inetlib/host.c +++ b/src/tet3/inetlib/host.c @@ -36,7 +36,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/inetlib/lhost.c b/src/tet3/inetlib/lhost.c index a46dddb8..f07866e1 100644 --- a/src/tet3/inetlib/lhost.c +++ b/src/tet3/inetlib/lhost.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/inetlib/listn.c b/src/tet3/inetlib/listn.c index 61f59d97..39f34b22 100644 --- a/src/tet3/inetlib/listn.c +++ b/src/tet3/inetlib/listn.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <errno.h> diff --git a/src/tet3/inetlib/nbio.c b/src/tet3/inetlib/nbio.c index 757a4fb3..8fdd0d80 100644 --- a/src/tet3/inetlib/nbio.c +++ b/src/tet3/inetlib/nbio.c @@ -35,6 +35,9 @@ MODIFICATIONS: moved the ioctl() call from dtet2lib/fionbio.c to here (this is to make dtet2lib POSIX-clean) + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <sys/types.h> diff --git a/src/tet3/inetlib/poll.c b/src/tet3/inetlib/poll.c index cc1a881d..1acd23a8 100644 --- a/src/tet3/inetlib/poll.c +++ b/src/tet3/inetlib/poll.c @@ -41,7 +41,10 @@ MODIFICATIONS: modifications any more. Provision of FD_SET macro and friends now only if _XOPEN_SOURCE is not defined. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <errno.h> diff --git a/src/tet3/inetlib/poll.c.orig b/src/tet3/inetlib/poll.c.orig index 4055fd6d..cc5da41c 100644 --- a/src/tet3/inetlib/poll.c.orig +++ b/src/tet3/inetlib/poll.c.orig @@ -37,7 +37,10 @@ MODIFICATIONS: modifications any more. Provision of FD_SET macro and friends now only if _XOPEN_SOURCE is not defined. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <errno.h> diff --git a/src/tet3/inetlib/rdwr.c b/src/tet3/inetlib/rdwr.c index 5a528c04..23c350d8 100644 --- a/src/tet3/inetlib/rdwr.c +++ b/src/tet3/inetlib/rdwr.c @@ -48,7 +48,10 @@ MODIFICATIONS: Geoff Clare, UniSoft Ltd., May 2001 Use sigaction() instead of signal(). - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/inetlib/rdwr.c.orig b/src/tet3/inetlib/rdwr.c.orig index 075ce47d..ece32ab3 100644 --- a/src/tet3/inetlib/rdwr.c.orig +++ b/src/tet3/inetlib/rdwr.c.orig @@ -41,7 +41,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/inetlib/tccdaddr.c b/src/tet3/inetlib/tccdaddr.c index 5f6f3882..59c3be15 100644 --- a/src/tet3/inetlib/tccdaddr.c +++ b/src/tet3/inetlib/tccdaddr.c @@ -45,7 +45,10 @@ MODIFICATIONS: Enable the tccd port number to be specified in the systems file. Added support for shared API libraries. Changes to conform to UNIX98. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdlib.h> diff --git a/src/tet3/inetlib/tccdport.c b/src/tet3/inetlib/tccdport.c index 26c69f30..28e4cc53 100644 --- a/src/tet3/inetlib/tccdport.c +++ b/src/tet3/inetlib/tccdport.c @@ -35,6 +35,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Changed u_short to unsigned short (u_short is not in UNIX98). + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <errno.h> diff --git a/src/tet3/inetlib/tptab.c b/src/tet3/inetlib/tptab.c index 32a108e2..6c5c57d0 100644 --- a/src/tet3/inetlib/tptab.c +++ b/src/tet3/inetlib/tptab.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/inetlib/tsinfo.c b/src/tet3/inetlib/tsinfo.c index e4846b58..7bd88fae 100644 --- a/src/tet3/inetlib/tsinfo.c +++ b/src/tet3/inetlib/tsinfo.c @@ -35,6 +35,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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/inetlib/tstcmenv.c b/src/tet3/inetlib/tstcmenv.c index aa2716a8..40d4d9b1 100644 --- a/src/tet3/inetlib/tstcmenv.c +++ b/src/tet3/inetlib/tstcmenv.c @@ -39,7 +39,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/llib/llib-lapi.c b/src/tet3/llib/llib-lapi.c index 61fb8e6f..949f156a 100644 --- a/src/tet3/llib/llib-lapi.c +++ b/src/tet3/llib/llib-lapi.c @@ -26,6 +26,9 @@ MODIFICATIONS: Geoff Clare, UniSoft Ltd., Oct 1996 Changes for TETware. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ /* LINTLIBRARY */ diff --git a/src/tet3/servlib/cloop.c b/src/tet3/servlib/cloop.c index c908c821..c7f868da 100644 --- a/src/tet3/servlib/cloop.c +++ b/src/tet3/servlib/cloop.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/fio.c b/src/tet3/servlib/fio.c index bd2eddd0..96f9769d 100644 --- a/src/tet3/servlib/fio.c +++ b/src/tet3/servlib/fio.c @@ -40,6 +40,8 @@ MODIFICATIONS: In dofclose(), mark file as closed so that it doesn't get closed again in ftfree(). + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/servlib/forkd.c b/src/tet3/servlib/forkd.c index 9bbb5d65..ae75e473 100644 --- a/src/tet3/servlib/forkd.c +++ b/src/tet3/servlib/forkd.c @@ -36,7 +36,10 @@ 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/servlib/logon.c b/src/tet3/servlib/logon.c index df7afbfd..72c6e6c0 100644 --- a/src/tet3/servlib/logon.c +++ b/src/tet3/servlib/logon.c @@ -39,6 +39,8 @@ MODIFICATIONS: enhancements for FIFO transport interface removed disconnect stuff + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/servlib/msgbuf.c b/src/tet3/servlib/msgbuf.c index 1fbeb2a4..d68c22ca 100644 --- a/src/tet3/servlib/msgbuf.c +++ b/src/tet3/servlib/msgbuf.c @@ -33,7 +33,10 @@ DESCRIPTION: 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/ptab.c b/src/tet3/servlib/ptab.c index aae6a4ff..1bd21643 100644 --- a/src/tet3/servlib/ptab.c +++ b/src/tet3/servlib/ptab.c @@ -33,7 +33,9 @@ DESCRIPTION: 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/servlib/sdasync.c b/src/tet3/servlib/sdasync.c index 3e328204..7daa28cc 100644 --- a/src/tet3/servlib/sdasync.c +++ b/src/tet3/servlib/sdasync.c @@ -44,7 +44,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/servlib/sdead.c b/src/tet3/servlib/sdead.c index 5809af5f..754c47f9 100644 --- a/src/tet3/servlib/sdead.c +++ b/src/tet3/servlib/sdead.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/sderrmsg.c b/src/tet3/servlib/sderrmsg.c index 7adf41d2..0f1c0f7e 100644 --- a/src/tet3/servlib/sderrmsg.c +++ b/src/tet3/servlib/sderrmsg.c @@ -28,6 +28,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ char tet_sderrmsg[] = "unexpected SYNCD reply code"; diff --git a/src/tet3/servlib/sdsnget.c b/src/tet3/servlib/sdsnget.c index d3aeb8fa..d9b1d432 100644 --- a/src/tet3/servlib/sdsnget.c +++ b/src/tet3/servlib/sdsnget.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/sdsnrm.c b/src/tet3/servlib/sdsnrm.c index fb0ba631..122ac5de 100644 --- a/src/tet3/servlib/sdsnrm.c +++ b/src/tet3/servlib/sdsnrm.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/sdsnsys.c b/src/tet3/servlib/sdsnsys.c index 52cd3182..ae989d23 100644 --- a/src/tet3/servlib/sdsnsys.c +++ b/src/tet3/servlib/sdsnsys.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/sdtalk.c b/src/tet3/servlib/sdtalk.c index d96fafe1..516ca571 100644 --- a/src/tet3/servlib/sdtalk.c +++ b/src/tet3/servlib/sdtalk.c @@ -47,7 +47,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/sdusync.c b/src/tet3/servlib/sdusync.c index cb776683..72935cda 100644 --- a/src/tet3/servlib/sdusync.c +++ b/src/tet3/servlib/sdusync.c @@ -37,6 +37,9 @@ MODIFICATIONS: Geoff Clare, UniSoft Ltd., July 1996 Changes for TETWare. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/server.c b/src/tet3/servlib/server.c index 4d471663..3092c467 100644 --- a/src/tet3/servlib/server.c +++ b/src/tet3/servlib/server.c @@ -37,7 +37,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/servlib/sloop.c b/src/tet3/servlib/sloop.c index 59c910fb..f6e1fb45 100644 --- a/src/tet3/servlib/sloop.c +++ b/src/tet3/servlib/sloop.c @@ -37,6 +37,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., December 1996 removed (time_t == unsigned long) assumption for n-bit portability + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/smain.c b/src/tet3/servlib/smain.c index 2095ddad..d9ab41dc 100644 --- a/src/tet3/servlib/smain.c +++ b/src/tet3/servlib/smain.c @@ -36,7 +36,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/sproc.c b/src/tet3/servlib/sproc.c index 775b11e7..805bd045 100644 --- a/src/tet3/servlib/sproc.c +++ b/src/tet3/servlib/sproc.c @@ -37,7 +37,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/talk.c b/src/tet3/servlib/talk.c index 4ea443bd..dfd8b9b4 100644 --- a/src/tet3/servlib/talk.c +++ b/src/tet3/servlib/talk.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcaccess.c b/src/tet3/servlib/tcaccess.c index 4a280e3f..f8f9f5aa 100644 --- a/src/tet3/servlib/tcaccess.c +++ b/src/tet3/servlib/tcaccess.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/servlib/tccfnam.c b/src/tet3/servlib/tccfnam.c index d0bb6eac..ba50ce9d 100644 --- a/src/tet3/servlib/tccfnam.c +++ b/src/tet3/servlib/tccfnam.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcconf.c b/src/tet3/servlib/tcconf.c index f97fb514..68886074 100644 --- a/src/tet3/servlib/tcconf.c +++ b/src/tet3/servlib/tcconf.c @@ -35,6 +35,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., August 1996 added support for per-mode tccd configuration + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tccopy.c b/src/tet3/servlib/tccopy.c index 895e71cf..357f1ea3 100644 --- a/src/tet3/servlib/tccopy.c +++ b/src/tet3/servlib/tccopy.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcdir.c b/src/tet3/servlib/tcdir.c index d521d145..9c1ec2c1 100644 --- a/src/tet3/servlib/tcdir.c +++ b/src/tet3/servlib/tcdir.c @@ -35,6 +35,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., August 1996 added tet_tcmkalldirs(), tet_tcrmalldirs() + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/servlib/tcerrmsg.c b/src/tet3/servlib/tcerrmsg.c index ce121446..b29107a7 100644 --- a/src/tet3/servlib/tcerrmsg.c +++ b/src/tet3/servlib/tcerrmsg.c @@ -28,6 +28,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ char tet_tcerrmsg[] = "unexpected STCC reply code"; diff --git a/src/tet3/servlib/tcexec.c b/src/tet3/servlib/tcexec.c index 06ca5ec2..92c78f98 100644 --- a/src/tet3/servlib/tcexec.c +++ b/src/tet3/servlib/tcexec.c @@ -37,6 +37,9 @@ MODIFICATIONS: needed for transports (like FIFO) that don't use the byte stream routines + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcfio.c b/src/tet3/servlib/tcfio.c index 9d7c7252..452c0308 100644 --- a/src/tet3/servlib/tcfio.c +++ b/src/tet3/servlib/tcfio.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tckill.c b/src/tet3/servlib/tckill.c index 11c23d67..b85a80ec 100644 --- a/src/tet3/servlib/tckill.c +++ b/src/tet3/servlib/tckill.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tclfile.c b/src/tet3/servlib/tclfile.c index 291568cd..d654e3ca 100644 --- a/src/tet3/servlib/tclfile.c +++ b/src/tet3/servlib/tclfile.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcmexec.c b/src/tet3/servlib/tcmexec.c index b8b66a40..671b94cf 100644 --- a/src/tet3/servlib/tcmexec.c +++ b/src/tet3/servlib/tcmexec.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/servlib/tcputenv.c b/src/tet3/servlib/tcputenv.c index e365e5ca..85c41088 100644 --- a/src/tet3/servlib/tcputenv.c +++ b/src/tet3/servlib/tcputenv.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcrsys.c b/src/tet3/servlib/tcrsys.c index eecfabe2..8d01c500 100644 --- a/src/tet3/servlib/tcrsys.c +++ b/src/tet3/servlib/tcrsys.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcrxfile.c b/src/tet3/servlib/tcrxfile.c index 4bbc7d50..b0162600 100644 --- a/src/tet3/servlib/tcrxfile.c +++ b/src/tet3/servlib/tcrxfile.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcsdir.c b/src/tet3/servlib/tcsdir.c index 56fb1dba..2535cc03 100644 --- a/src/tet3/servlib/tcsdir.c +++ b/src/tet3/servlib/tcsdir.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcshlock.c b/src/tet3/servlib/tcshlock.c index 081bf397..7dd53ad8 100644 --- a/src/tet3/servlib/tcshlock.c +++ b/src/tet3/servlib/tcshlock.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcsname.c b/src/tet3/servlib/tcsname.c index 46a4d710..2e155235 100644 --- a/src/tet3/servlib/tcsname.c +++ b/src/tet3/servlib/tcsname.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tctalk.c b/src/tet3/servlib/tctalk.c index 02674e6c..5cf8e06c 100644 --- a/src/tet3/servlib/tctalk.c +++ b/src/tet3/servlib/tctalk.c @@ -47,6 +47,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., September 1996 added support for OP_RMALLDIRS + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tctdir.c b/src/tet3/servlib/tctdir.c index e382237b..9e7d81eb 100644 --- a/src/tet3/servlib/tctdir.c +++ b/src/tet3/servlib/tctdir.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tctexec.c b/src/tet3/servlib/tctexec.c index 83ccdc83..a3c7d9b8 100644 --- a/src/tet3/servlib/tctexec.c +++ b/src/tet3/servlib/tctexec.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/servlib/tctime.c b/src/tet3/servlib/tctime.c index d5077e2f..53150aae 100644 --- a/src/tet3/servlib/tctime.c +++ b/src/tet3/servlib/tctime.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tctsfile.c b/src/tet3/servlib/tctsfile.c index 8fb6c347..07a87d6c 100644 --- a/src/tet3/servlib/tctsfile.c +++ b/src/tet3/servlib/tctsfile.c @@ -42,6 +42,9 @@ MODIFICATIONS: removed savedir parameter from tet_tctsmfiles() (it doesn't do anything!) + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcuexec.c b/src/tet3/servlib/tcuexec.c index 9476f8dc..85c18508 100644 --- a/src/tet3/servlib/tcuexec.c +++ b/src/tet3/servlib/tcuexec.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/servlib/tcunlink.c b/src/tet3/servlib/tcunlink.c index 43236e16..e8a957e8 100644 --- a/src/tet3/servlib/tcunlink.c +++ b/src/tet3/servlib/tcunlink.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "dtmac.h" diff --git a/src/tet3/servlib/tcwait.c b/src/tet3/servlib/tcwait.c index 21c79d8d..fa78d32d 100644 --- a/src/tet3/servlib/tcwait.c +++ b/src/tet3/servlib/tcwait.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/tcxconf.c b/src/tet3/servlib/tcxconf.c index 57768430..9e61fd00 100644 --- a/src/tet3/servlib/tcxconf.c +++ b/src/tet3/servlib/tcxconf.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/titcmenv.c b/src/tet3/servlib/titcmenv.c index 80bdd0ca..47eed3e0 100644 --- a/src/tet3/servlib/titcmenv.c +++ b/src/tet3/servlib/titcmenv.c @@ -41,7 +41,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdcfnam.c b/src/tet3/servlib/xdcfnam.c index dd33892a..c5a92ca4 100644 --- a/src/tet3/servlib/xdcfnam.c +++ b/src/tet3/servlib/xdcfnam.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdcodesf.c b/src/tet3/servlib/xdcodesf.c index ab964f70..3cfcabe1 100644 --- a/src/tet3/servlib/xdcodesf.c +++ b/src/tet3/servlib/xdcodesf.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xderrmsg.c b/src/tet3/servlib/xderrmsg.c index 03816d9b..7da87bd2 100644 --- a/src/tet3/servlib/xderrmsg.c +++ b/src/tet3/servlib/xderrmsg.c @@ -28,6 +28,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ char tet_xderrmsg[] = "unexpected XRESD reply code"; diff --git a/src/tet3/servlib/xdfio.c b/src/tet3/servlib/xdfio.c index 4440b297..e07e373e 100644 --- a/src/tet3/servlib/xdfio.c +++ b/src/tet3/servlib/xdfio.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdictp.c b/src/tet3/servlib/xdictp.c index 2c11d717..602b1df4 100644 --- a/src/tet3/servlib/xdictp.c +++ b/src/tet3/servlib/xdictp.c @@ -36,7 +36,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdrcfnam.c b/src/tet3/servlib/xdrcfnam.c index 3671b5b8..871ae264 100644 --- a/src/tet3/servlib/xdrcfnam.c +++ b/src/tet3/servlib/xdrcfnam.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdresult.c b/src/tet3/servlib/xdresult.c index fc1e42ae..e4542d42 100644 --- a/src/tet3/servlib/xdresult.c +++ b/src/tet3/servlib/xdresult.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdtalk.c b/src/tet3/servlib/xdtalk.c index e2132aaa..49a2051b 100644 --- a/src/tet3/servlib/xdtalk.c +++ b/src/tet3/servlib/xdtalk.c @@ -50,7 +50,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdxfile.c b/src/tet3/servlib/xdxfile.c index 73e9fc81..3737c899 100644 --- a/src/tet3/servlib/xdxfile.c +++ b/src/tet3/servlib/xdxfile.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdxrclose.c b/src/tet3/servlib/xdxrclose.c index 580b0d9c..d3d30153 100644 --- a/src/tet3/servlib/xdxrclose.c +++ b/src/tet3/servlib/xdxrclose.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdxres.c b/src/tet3/servlib/xdxres.c index aff1c181..4adcac82 100644 --- a/src/tet3/servlib/xdxres.c +++ b/src/tet3/servlib/xdxres.c @@ -39,7 +39,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/servlib/xdxropen.c b/src/tet3/servlib/xdxropen.c index 06190689..d508f1d3 100644 --- a/src/tet3/servlib/xdxropen.c +++ b/src/tet3/servlib/xdxropen.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdxrsend.c b/src/tet3/servlib/xdxrsend.c index 5325bd9f..cf959306 100644 --- a/src/tet3/servlib/xdxrsend.c +++ b/src/tet3/servlib/xdxrsend.c @@ -33,7 +33,10 @@ DESCRIPTION: 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/servlib/xdxrsys.c b/src/tet3/servlib/xdxrsys.c index 91534258..2ac70d9d 100644 --- a/src/tet3/servlib/xdxrsys.c +++ b/src/tet3/servlib/xdxrsys.c @@ -33,6 +33,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> 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> diff --git a/src/tet3/tcc/cleanup.c b/src/tet3/tcc/cleanup.c index 3722bc7d..8b756804 100644 --- a/src/tet3/tcc/cleanup.c +++ b/src/tet3/tcc/cleanup.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/config.c b/src/tet3/tcc/config.c index 2b21b0b3..d46a359e 100644 --- a/src/tet3/tcc/config.c +++ b/src/tet3/tcc/config.c @@ -56,6 +56,9 @@ MODIFICATIONS: In TETware-Lite, write the local system's per-system configurations to the temporary files instead of the master configurations. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/copysave.c b/src/tet3/tcc/copysave.c index 3acd2060..5c16d311 100644 --- a/src/tet3/tcc/copysave.c +++ b/src/tet3/tcc/copysave.c @@ -43,6 +43,9 @@ MODIFICATIONS: in tcc_rmtmpdir(), don't check for being in the tmpdir subtree if we haven't changed directory yet + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/dirtab.c b/src/tet3/tcc/dirtab.c index abf338d0..e34814f1 100644 --- a/src/tet3/tcc/dirtab.c +++ b/src/tet3/tcc/dirtab.c @@ -36,6 +36,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., March 1998 added support for number ranges in directive arguments + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <string.h> diff --git a/src/tet3/tcc/dtcc.c b/src/tet3/tcc/dtcc.c index 5756117f..edff0fd8 100644 --- a/src/tet3/tcc/dtcc.c +++ b/src/tet3/tcc/dtcc.c @@ -38,6 +38,9 @@ MODIFICATIONS: check each environment string for valid format before sending it to tccd on system 0 + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/tcc/environ.c b/src/tet3/tcc/environ.c index a2dea608..1620d361 100644 --- a/src/tet3/tcc/environ.c +++ b/src/tet3/tcc/environ.c @@ -36,6 +36,9 @@ MODIFICATIONS: Geoff Clare, UniSoft Ltd., August 1996 Missing <string.h>. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/error.c b/src/tet3/tcc/error.c index 74a1dbda..7fcd3a9c 100644 --- a/src/tet3/tcc/error.c +++ b/src/tet3/tcc/error.c @@ -44,6 +44,9 @@ MODIFICATIONS: replaced references to sys_errlist[] and sys_nerr with a call to strerror() + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/exec.c b/src/tet3/tcc/exec.c index a29e012d..ba53100c 100644 --- a/src/tet3/tcc/exec.c +++ b/src/tet3/tcc/exec.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/fake.c b/src/tet3/tcc/fake.c index a4393b40..99405659 100644 --- a/src/tet3/tcc/fake.c +++ b/src/tet3/tcc/fake.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/tcc/fake_in.c b/src/tet3/tcc/fake_in.c index 03312e4e..1e1b8d7c 100644 --- a/src/tet3/tcc/fake_in.c +++ b/src/tet3/tcc/fake_in.c @@ -34,6 +34,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/tcc/fake_xt.c b/src/tet3/tcc/fake_xt.c index c65dfcd6..40fc4397 100644 --- a/src/tet3/tcc/fake_xt.c +++ b/src/tet3/tcc/fake_xt.c @@ -34,6 +34,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/tcc/global.c b/src/tet3/tcc/global.c index cd04c677..e20b5eea 100644 --- a/src/tet3/tcc/global.c +++ b/src/tet3/tcc/global.c @@ -42,6 +42,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 moved tet_root[] to dtet2lib/globals.c + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/jnlproc.c b/src/tet3/tcc/jnlproc.c index 07b347bb..8417b9c2 100644 --- a/src/tet3/tcc/jnlproc.c +++ b/src/tet3/tcc/jnlproc.c @@ -40,6 +40,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., December 1997 replaced SCF_DIST scenario flag with pr_distflag proctab flag + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/journal.c b/src/tet3/tcc/journal.c index 3a8cafd4..79f9156f 100644 --- a/src/tet3/tcc/journal.c +++ b/src/tet3/tcc/journal.c @@ -55,6 +55,9 @@ MODIFICATIONS: fixed bug whereby an existing journal file could be overwritten when the -i option was used + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/keys.c b/src/tet3/tcc/keys.c index d8a67871..7517b0de 100644 --- a/src/tet3/tcc/keys.c +++ b/src/tet3/tcc/keys.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/tcc/lock.c b/src/tet3/tcc/lock.c index 217607b1..bb13fb73 100644 --- a/src/tet3/tcc/lock.c +++ b/src/tet3/tcc/lock.c @@ -36,7 +36,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/procdir.c b/src/tet3/tcc/procdir.c index 0b13865b..ee28a78e 100644 --- a/src/tet3/tcc/procdir.c +++ b/src/tet3/tcc/procdir.c @@ -49,6 +49,9 @@ MODIFICATIONS: a test case that marked to be skipped. Interrupt looping directives on abort. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/proctab.c b/src/tet3/tcc/proctab.c index 1f396fb4..8464ae16 100644 --- a/src/tet3/tcc/proctab.c +++ b/src/tet3/tcc/proctab.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/proctab.h b/src/tet3/tcc/proctab.h index 078e34ad..e4e14930 100644 --- a/src/tet3/tcc/proctab.h +++ b/src/tet3/tcc/proctab.h @@ -32,6 +32,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., December 1997 added pr_distflag flag to the proctab execution context + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ /* diff --git a/src/tet3/tcc/proctc.c b/src/tet3/tcc/proctc.c index 40280052..576e7775 100644 --- a/src/tet3/tcc/proctc.c +++ b/src/tet3/tcc/proctc.c @@ -46,6 +46,9 @@ MODIFICATIONS: Set pr_jnlstatus after each failure that skips to the end of the current mode. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/proctcd.c b/src/tet3/tcc/proctcd.c index dab37eb4..47b90dfb 100644 --- a/src/tet3/tcc/proctcd.c +++ b/src/tet3/tcc/proctcd.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/tcc/rescode.c b/src/tet3/tcc/rescode.c index 72a445b7..f0ebce72 100644 --- a/src/tet3/tcc/rescode.c +++ b/src/tet3/tcc/rescode.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/resdir.c b/src/tet3/tcc/resdir.c index 9e93b073..86232bd8 100644 --- a/src/tet3/tcc/resdir.c +++ b/src/tet3/tcc/resdir.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/rrproc.c b/src/tet3/tcc/rrproc.c index b74b8df8..3d3ea4f9 100644 --- a/src/tet3/tcc/rrproc.c +++ b/src/tet3/tcc/rrproc.c @@ -45,6 +45,9 @@ MODIFICATIONS: added a work-around for LINUX getopt() which scribbles on the argv that is passed to it + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/scen1.c b/src/tet3/tcc/scen1.c index 57fa3dde..8abba13b 100644 --- a/src/tet3/tcc/scen1.c +++ b/src/tet3/tcc/scen1.c @@ -50,6 +50,8 @@ MODIFICATIONS: Functions previously in getline_tcc.c moved to here, and enhanced to support multiple input files. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/tcc/scen2.c b/src/tet3/tcc/scen2.c index 0615c119..10645441 100644 --- a/src/tet3/tcc/scen2.c +++ b/src/tet3/tcc/scen2.c @@ -41,6 +41,9 @@ MODIFICATIONS: is now part of a test case's execution context (see struct proctab in proctab.h) + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/scen3.c b/src/tet3/tcc/scen3.c index 1953068d..5a0b20c8 100644 --- a/src/tet3/tcc/scen3.c +++ b/src/tet3/tcc/scen3.c @@ -37,6 +37,9 @@ MODIFICATIONS: in remove_unneeded_scenarios(), restart the "for" loop after removing a scenario + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/scenario.c b/src/tet3/tcc/scenario.c index 6f4e4208..946cd229 100644 --- a/src/tet3/tcc/scenario.c +++ b/src/tet3/tcc/scenario.c @@ -43,6 +43,9 @@ MODIFICATIONS: This is to cater for tests that alter the system time, and might make tcc more robust on a heavily-loaded system as well. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/scenpp.c b/src/tet3/tcc/scenpp.c index 89da488f..e98f2727 100644 --- a/src/tet3/tcc/scenpp.c +++ b/src/tet3/tcc/scenpp.c @@ -45,7 +45,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/scentab.c b/src/tet3/tcc/scentab.c index 35a3dbac..b5b5de02 100644 --- a/src/tet3/tcc/scentab.c +++ b/src/tet3/tcc/scentab.c @@ -42,6 +42,9 @@ MODIFICATIONS: is now part of a test case's execution context (see struct proctab in proctab.h) + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/service.c b/src/tet3/tcc/service.c index de99f11e..31e1d0b8 100644 --- a/src/tet3/tcc/service.c +++ b/src/tet3/tcc/service.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/sigtrap.c b/src/tet3/tcc/sigtrap.c index 7ebd0b0d..552eef10 100644 --- a/src/tet3/tcc/sigtrap.c +++ b/src/tet3/tcc/sigtrap.c @@ -39,6 +39,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., March 1998 Arrange to interrupt looping directives on abort. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/tcc/syscall.c b/src/tet3/tcc/syscall.c index 4da189ac..fe86c504 100644 --- a/src/tet3/tcc/syscall.c +++ b/src/tet3/tcc/syscall.c @@ -41,6 +41,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/systab.c b/src/tet3/tcc/systab.c index 7dea9194..e4b13308 100644 --- a/src/tet3/tcc/systab.c +++ b/src/tet3/tcc/systab.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/tcc.c b/src/tet3/tcc/tcc.c index 29a5bf24..bd9364bb 100644 --- a/src/tet3/tcc/tcc.c +++ b/src/tet3/tcc/tcc.c @@ -57,7 +57,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/tcc/tcc.h b/src/tet3/tcc/tcc.h index 133e76f0..635d5bb0 100644 --- a/src/tet3/tcc/tcc.h +++ b/src/tet3/tcc/tcc.h @@ -36,7 +36,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Changes to support %include in scenario files. Added support for shared API libraries. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include "tet_api.h" diff --git a/src/tet3/tcc/tcc_bs.c b/src/tet3/tcc/tcc_bs.c index 50011dd5..f4e2ed73 100644 --- a/src/tet3/tcc/tcc_bs.c +++ b/src/tet3/tcc/tcc_bs.c @@ -47,6 +47,8 @@ MODIFICATIONS: Changes for TETware. This file is derived from d_tcc_bs.c in dTET2 R2.3. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/tcc/tcc_in.c b/src/tet3/tcc/tcc_in.c index c314a2dd..2b2bc4dc 100644 --- a/src/tet3/tcc/tcc_in.c +++ b/src/tet3/tcc/tcc_in.c @@ -48,6 +48,9 @@ MODIFICATIONS: (This must refer to an external interface - not "localhost"!) Always use localhost when connecting to tccd on the local system. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifndef TET_LITE /* -START-LITE-CUT- */ diff --git a/src/tet3/tcc/tcc_xt.c b/src/tet3/tcc/tcc_xt.c index 4603647e..152b23db 100644 --- a/src/tet3/tcc/tcc_xt.c +++ b/src/tet3/tcc/tcc_xt.c @@ -51,7 +51,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/tcname.c b/src/tet3/tcc/tcname.c index dce83176..a854d858 100644 --- a/src/tet3/tcc/tcname.c +++ b/src/tet3/tcc/tcname.c @@ -38,6 +38,9 @@ MODIFICATIONS: use get_runtime_tsroot() instead of getdcfg("TET_TSROOT") to determine the location of the runtime test suite root directory + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/tool.c b/src/tet3/tcc/tool.c index c9d74e8e..23da0f53 100644 --- a/src/tet3/tcc/tool.c +++ b/src/tet3/tcc/tool.c @@ -45,7 +45,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., May 1998 Use tet_basename() instead of tcc_basename(). - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/utils.c b/src/tet3/tcc/utils.c index 5507915e..906b4f63 100644 --- a/src/tet3/tcc/utils.c +++ b/src/tet3/tcc/utils.c @@ -39,6 +39,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., May 1998 Use tet_basename() in dtet2lib instead of tcc_basename(). + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcc/ynstr.c b/src/tet3/tcc/ynstr.c index 1566dd1a..9b3b1da7 100644 --- a/src/tet3/tcc/ynstr.c +++ b/src/tet3/tcc/ynstr.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tccd/config.c b/src/tet3/tccd/config.c index f39afac4..0e749059 100644 --- a/src/tet3/tccd/config.c +++ b/src/tet3/tccd/config.c @@ -42,7 +42,10 @@ 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/tccd/etab.c b/src/tet3/tccd/etab.c index 507a7242..0fd67b43 100644 --- a/src/tet3/tccd/etab.c +++ b/src/tet3/tccd/etab.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/tccd/exec.c b/src/tet3/tccd/exec.c index 9fe72c26..294bd11e 100644 --- a/src/tet3/tccd/exec.c +++ b/src/tet3/tccd/exec.c @@ -41,7 +41,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tccd/fake.c b/src/tet3/tccd/fake.c index 089560c3..c954b4e4 100644 --- a/src/tet3/tccd/fake.c +++ b/src/tet3/tccd/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/tccd/log.c b/src/tet3/tccd/log.c index 31de8288..7fd6b472 100644 --- a/src/tet3/tccd/log.c +++ b/src/tet3/tccd/log.c @@ -37,7 +37,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/tccd/log.c.orig b/src/tet3/tccd/log.c.orig index 9e4e5e96..dd640439 100644 --- a/src/tet3/tccd/log.c.orig +++ b/src/tet3/tccd/log.c.orig @@ -33,7 +33,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/tccd/stcc.c b/src/tet3/tccd/stcc.c index f4c4e856..a3b91f88 100644 --- a/src/tet3/tccd/stcc.c +++ b/src/tet3/tccd/stcc.c @@ -46,7 +46,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/tccd/tccd.c b/src/tet3/tccd/tccd.c index e887b247..35c4179c 100644 --- a/src/tet3/tccd/tccd.c +++ b/src/tet3/tccd/tccd.c @@ -65,7 +65,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/tccd/tccd_bs.c b/src/tet3/tccd/tccd_bs.c index 0a4b4f65..f0e1046c 100644 --- a/src/tet3/tccd/tccd_bs.c +++ b/src/tet3/tccd/tccd_bs.c @@ -38,6 +38,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., August 1996 added support for OP_SETCONF, OP_MKALLDIRS and OP_TIME + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tccd/tccd_in.c b/src/tet3/tccd/tccd_in.c index 94f833f5..15c820ba 100644 --- a/src/tet3/tccd/tccd_in.c +++ b/src/tet3/tccd/tccd_in.c @@ -48,7 +48,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Added support for shared API libraries. Changes to conform to UNIX98. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/tccd/tccd_xt.c b/src/tet3/tccd/tccd_xt.c index a38b49e9..6d2775fa 100644 --- a/src/tet3/tccd/tccd_xt.c +++ b/src/tet3/tccd/tccd_xt.c @@ -47,7 +47,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tccd/tccdstart.c b/src/tet3/tccd/tccdstart.c index 7bc8bc35..75bd6421 100644 --- a/src/tet3/tccd/tccdstart.c +++ b/src/tet3/tccd/tccdstart.c @@ -43,7 +43,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Added support for shared API libraries. Changes to conform to UNIX98. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/tccd/tsfile.c b/src/tet3/tccd/tsfile.c index fb3d2d1e..a480bb05 100644 --- a/src/tet3/tccd/tsfile.c +++ b/src/tet3/tccd/tsfile.c @@ -50,7 +50,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., March 1998 Avoid passing a -ve precision value to sprintf(). - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcclib/lockfile.c b/src/tet3/tcclib/lockfile.c index 0d4d8f48..d5d34c01 100644 --- a/src/tet3/tcclib/lockfile.c +++ b/src/tet3/tcclib/lockfile.c @@ -36,6 +36,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcclib/lsdir.c b/src/tet3/tcclib/lsdir.c index 6d698ea8..86e7fcfe 100644 --- a/src/tet3/tcclib/lsdir.c +++ b/src/tet3/tcclib/lsdir.c @@ -46,6 +46,8 @@ MODIFICATIONS: If the directory is empty (except for . and ..), return an empty list rather than an error condition. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/tcclib/lsdir.c.orig b/src/tet3/tcclib/lsdir.c.orig index c1e9b09b..39a0e8aa 100644 --- a/src/tet3/tcclib/lsdir.c.orig +++ b/src/tet3/tcclib/lsdir.c.orig @@ -38,6 +38,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., November 1998 added <sys/types.h> for the benefit of FreeBSD + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcclib/mktmpdir.c b/src/tet3/tcclib/mktmpdir.c index b24e3a33..a9858d05 100644 --- a/src/tet3/tcclib/mktmpdir.c +++ b/src/tet3/tcclib/mktmpdir.c @@ -41,7 +41,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcclib/procdir.c b/src/tet3/tcclib/procdir.c index 0c88294b..17a2628e 100644 --- a/src/tet3/tcclib/procdir.c +++ b/src/tet3/tcclib/procdir.c @@ -44,7 +44,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcclib/rmrf.c b/src/tet3/tcclib/rmrf.c index a205bba4..8ea627d8 100644 --- a/src/tet3/tcclib/rmrf.c +++ b/src/tet3/tcclib/rmrf.c @@ -41,7 +41,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcclib/sharlock.c b/src/tet3/tcclib/sharlock.c index 3fb93e99..24b067e6 100644 --- a/src/tet3/tcclib/sharlock.c +++ b/src/tet3/tcclib/sharlock.c @@ -39,6 +39,8 @@ MODIFICATIONS: Added an extra salt character to the unique file name in order to enable more processes to share a lock. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/tcclib/tcfexec.c b/src/tet3/tcclib/tcfexec.c index a5285a7a..5e847614 100644 --- a/src/tet3/tcclib/tcfexec.c +++ b/src/tet3/tcclib/tcfexec.c @@ -46,7 +46,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/tcclib/w32wait.c b/src/tet3/tcclib/w32wait.c index 273f5570..331bfd0a 100644 --- a/src/tet3/tcclib/w32wait.c +++ b/src/tet3/tcclib/w32wait.c @@ -37,6 +37,8 @@ MODIFICATIONS: added support the MT DLL version of the C runtime support library on Win32 systems + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/tcm/child.c b/src/tet3/tcm/child.c index bc08c713..379159d7 100644 --- a/src/tet3/tcm/child.c +++ b/src/tet3/tcm/child.c @@ -65,7 +65,10 @@ MODIFICATIONS: Added support for shared API libraries. Note that this includes a change to the calling convention for child processes. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcm/ckversion.c b/src/tet3/tcm/ckversion.c index 7ac439c7..86b98546 100644 --- a/src/tet3/tcm/ckversion.c +++ b/src/tet3/tcm/ckversion.c @@ -43,6 +43,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcm/dynlink.c b/src/tet3/tcm/dynlink.c index 28167c71..2dc8a82f 100644 --- a/src/tet3/tcm/dynlink.c +++ b/src/tet3/tcm/dynlink.c @@ -50,6 +50,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ /* TET_SHLIB_SOURCE implies TET_SHLIB */ diff --git a/src/tet3/tcm/tcm.c b/src/tet3/tcm/tcm.c index 257dd7ac..724fb4c8 100644 --- a/src/tet3/tcm/tcm.c +++ b/src/tet3/tcm/tcm.c @@ -62,6 +62,9 @@ MODIFICATIONS: Andrew Josey, The Open Group, February 2000 Add a cast to the call on tet_init_globals to placate the latest g++ compiler. + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifdef __cplusplus diff --git a/src/tet3/tcm/tcm.c.orig b/src/tet3/tcm/tcm.c.orig index 9094b5d4..47c90b37 100644 --- a/src/tet3/tcm/tcm.c.orig +++ b/src/tet3/tcm/tcm.c.orig @@ -54,7 +54,10 @@ 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. + ************************************************************************/ #ifdef __cplusplus diff --git a/src/tet3/tcm/tcm_bs.c b/src/tet3/tcm/tcm_bs.c index 8e0835f7..22fc13eb 100644 --- a/src/tet3/tcm/tcm_bs.c +++ b/src/tet3/tcm/tcm_bs.c @@ -44,6 +44,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 added support for OP_PUTENV + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/tcm/tcm_in.c b/src/tet3/tcm/tcm_in.c index 7b52343f..6095a073 100644 --- a/src/tet3/tcm/tcm_in.c +++ b/src/tet3/tcm/tcm_in.c @@ -48,7 +48,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Added support for shared API libraries. Changes for conformance with UNIX98. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcm/tcm_xt.c b/src/tet3/tcm/tcm_xt.c index 80e2e862..934167ef 100644 --- a/src/tet3/tcm/tcm_xt.c +++ b/src/tet3/tcm/tcm_xt.c @@ -40,7 +40,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcm/tcmchild.c b/src/tet3/tcm/tcmchild.c index e949be8d..cba2e005 100644 --- a/src/tet3/tcm/tcmchild.c +++ b/src/tet3/tcm/tcmchild.c @@ -55,7 +55,10 @@ MODIFICATIONS: Added support for shared API libraries. Note that this includes a change to the calling convention for child processes. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifdef __cplusplus diff --git a/src/tet3/tcm/tcmchild.c.orig b/src/tet3/tcm/tcmchild.c.orig index b16b49e0..59a9e515 100644 --- a/src/tet3/tcm/tcmchild.c.orig +++ b/src/tet3/tcm/tcmchild.c.orig @@ -51,7 +51,10 @@ MODIFICATIONS: Added support for shared API libraries. Note that this includes a change to the calling convention for child processes. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #ifdef __cplusplus diff --git a/src/tet3/tcm/tcmfuncs.c b/src/tet3/tcm/tcmfuncs.c index 1f128d11..db6163db 100644 --- a/src/tet3/tcm/tcmfuncs.c +++ b/src/tet3/tcm/tcmfuncs.c @@ -76,7 +76,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/tcm/tcmfuncs.h b/src/tet3/tcm/tcmfuncs.h index e3e63270..1f80e80d 100644 --- a/src/tet3/tcm/tcmfuncs.h +++ b/src/tet3/tcm/tcmfuncs.h @@ -38,7 +38,10 @@ 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/tcm/tcmrem.c b/src/tet3/tcm/tcmrem.c index caef4171..5ac5d708 100644 --- a/src/tet3/tcm/tcmrem.c +++ b/src/tet3/tcm/tcmrem.c @@ -52,7 +52,10 @@ MODIFICATIONS: Added support for shared API libraries. Note that this includes a change to the calling convention for child processes. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xresd/cfname.c b/src/tet3/xresd/cfname.c index 4492765d..9b2ad8fa 100644 --- a/src/tet3/xresd/cfname.c +++ b/src/tet3/xresd/cfname.c @@ -35,6 +35,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., November 1993 enhancements for FIFO transport interface + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/xresd/codesfile.c b/src/tet3/xresd/codesfile.c index f7bab225..18d6887d 100644 --- a/src/tet3/xresd/codesfile.c +++ b/src/tet3/xresd/codesfile.c @@ -38,6 +38,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., August 1996 moved rescode stuff to dtet2lib + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/xresd/fake.c b/src/tet3/xresd/fake.c index 1652f1e4..16294fe7 100644 --- a/src/tet3/xresd/fake.c +++ b/src/tet3/xresd/fake.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ diff --git a/src/tet3/xresd/tfproc.c b/src/tet3/xresd/tfproc.c index 6b9bff60..5eac0601 100644 --- a/src/tet3/xresd/tfproc.c +++ b/src/tet3/xresd/tfproc.c @@ -38,6 +38,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., March 1998 Avoid passing a -ve precision value to sprintf(). + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xresd/xresd.c b/src/tet3/xresd/xresd.c index bf4d472b..fe227bee 100644 --- a/src/tet3/xresd/xresd.c +++ b/src/tet3/xresd/xresd.c @@ -56,7 +56,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/xresd/xresd_bs.c b/src/tet3/xresd/xresd_bs.c index 43494bcc..66a2bbf7 100644 --- a/src/tet3/xresd/xresd_bs.c +++ b/src/tet3/xresd/xresd_bs.c @@ -38,6 +38,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., June 1997 added support for OP_XRSEND + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/xresd/xresd_in.c b/src/tet3/xresd/xresd_in.c index 52b4669a..10c752cb 100644 --- a/src/tet3/xresd/xresd_in.c +++ b/src/tet3/xresd/xresd_in.c @@ -34,6 +34,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., January 1994 added transport-specific argument processing + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xresd/xresd_xt.c b/src/tet3/xresd/xresd_xt.c index e0ba821e..5eb107d5 100644 --- a/src/tet3/xresd/xresd_xt.c +++ b/src/tet3/xresd/xresd_xt.c @@ -41,7 +41,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Changed tet_calls[] from (struct t_call) to (struct t_call *). - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/xresd/xresproc.c b/src/tet3/xresd/xresproc.c index 353a99aa..a9c693ad 100644 --- a/src/tet3/xresd/xresproc.c +++ b/src/tet3/xresd/xresproc.c @@ -68,6 +68,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., October 1997 if a TP doesn't register a result, use NORESULT instead of UNRESOLVED + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/xresd/xtab.c b/src/tet3/xresd/xtab.c index 6bb61f3b..207b1324 100644 --- a/src/tet3/xresd/xtab.c +++ b/src/tet3/xresd/xtab.c @@ -37,6 +37,9 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., June 1997 prevent XRID wrapping around through zero + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xtilib/accept.c b/src/tet3/xtilib/accept.c index cc4c5a0a..24565160 100644 --- a/src/tet3/xtilib/accept.c +++ b/src/tet3/xtilib/accept.c @@ -43,7 +43,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/xtilib/addr2lname.c b/src/tet3/xtilib/addr2lname.c index aa630885..c1a5c05a 100644 --- a/src/tet3/xtilib/addr2lname.c +++ b/src/tet3/xtilib/addr2lname.c @@ -37,6 +37,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xtilib/connect.c b/src/tet3/xtilib/connect.c index 7e27a00b..044d2d06 100644 --- a/src/tet3/xtilib/connect.c +++ b/src/tet3/xtilib/connect.c @@ -44,7 +44,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/xtilib/discon.c b/src/tet3/xtilib/discon.c index 2fcdde70..65b65b4c 100644 --- a/src/tet3/xtilib/discon.c +++ b/src/tet3/xtilib/discon.c @@ -36,6 +36,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., December 1993 moved disconnect stuff from connect.c to here + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/xtilib/inetoul.c b/src/tet3/xtilib/inetoul.c index b1576434..1e0b0b7f 100644 --- a/src/tet3/xtilib/inetoul.c +++ b/src/tet3/xtilib/inetoul.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xtilib/listn.c b/src/tet3/xtilib/listn.c index 1abbad85..beb69319 100644 --- a/src/tet3/xtilib/listn.c +++ b/src/tet3/xtilib/listn.c @@ -34,7 +34,10 @@ 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. + ************************************************************************/ #include <errno.h> diff --git a/src/tet3/xtilib/lname2addr.c b/src/tet3/xtilib/lname2addr.c index 22d7c40b..6dac07bf 100644 --- a/src/tet3/xtilib/lname2addr.c +++ b/src/tet3/xtilib/lname2addr.c @@ -40,7 +40,10 @@ 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. + ************************************************************************/ #include <sys/types.h> diff --git a/src/tet3/xtilib/modetoi.c b/src/tet3/xtilib/modetoi.c index 338aed2b..a42b5c0e 100644 --- a/src/tet3/xtilib/modetoi.c +++ b/src/tet3/xtilib/modetoi.c @@ -36,7 +36,10 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., July 1998 Renamed the local variable tet_tpi_mode as tpi_mode so as to avoid confusion with the global variable called tet_tpi_mode. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <sys/types.h> diff --git a/src/tet3/xtilib/nbio.c b/src/tet3/xtilib/nbio.c index f18b44e8..0400d73b 100644 --- a/src/tet3/xtilib/nbio.c +++ b/src/tet3/xtilib/nbio.c @@ -39,6 +39,8 @@ MODIFICATIONS: Andrew Dingwall, UniSoft Ltd., February 1995 changed to use O_NONBLOCK since XTI may not support FIONBIO + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ diff --git a/src/tet3/xtilib/poll.c b/src/tet3/xtilib/poll.c index f40cd268..3e4c0bdd 100644 --- a/src/tet3/xtilib/poll.c +++ b/src/tet3/xtilib/poll.c @@ -56,7 +56,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xtilib/rdwr.c b/src/tet3/xtilib/rdwr.c index fb390e00..3a9a3d66 100644 --- a/src/tet3/xtilib/rdwr.c +++ b/src/tet3/xtilib/rdwr.c @@ -40,6 +40,9 @@ MODIFICATIONS: Geoff Clare, UniSoft Ltd., Oct 1996 Added tet_ts_startup(). + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xtilib/tccdaddr.c b/src/tet3/xtilib/tccdaddr.c index a40f507a..562eddb0 100644 --- a/src/tet3/xtilib/tccdaddr.c +++ b/src/tet3/xtilib/tccdaddr.c @@ -38,6 +38,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. + ************************************************************************/ #include <stdlib.h> diff --git a/src/tet3/xtilib/tptab.c b/src/tet3/xtilib/tptab.c index 4b862822..80d673dc 100644 --- a/src/tet3/xtilib/tptab.c +++ b/src/tet3/xtilib/tptab.c @@ -32,6 +32,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xtilib/tsinfo.c b/src/tet3/xtilib/tsinfo.c index a326f049..4d7346f1 100644 --- a/src/tet3/xtilib/tsinfo.c +++ b/src/tet3/xtilib/tsinfo.c @@ -35,7 +35,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xtilib/tstcmenv.c b/src/tet3/xtilib/tstcmenv.c index b197a7d1..bb97de23 100644 --- a/src/tet3/xtilib/tstcmenv.c +++ b/src/tet3/xtilib/tstcmenv.c @@ -35,7 +35,10 @@ 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. + ************************************************************************/ #include <stdio.h> diff --git a/src/tet3/xtilib/xtierror.c b/src/tet3/xtilib/xtierror.c index 31c15384..2d63f352 100644 --- a/src/tet3/xtilib/xtierror.c +++ b/src/tet3/xtilib/xtierror.c @@ -41,7 +41,9 @@ MODIFICATIONS: Protected references to constants defined in XTI but not in TLI with #ifdefs so as to enable this file to be compiled on a system that only supports TLI. - + + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. ************************************************************************/ |