Changes by: Justin David Smith (justins at cs.caltech.edu)
Date: 2002-05-22 10:45:49 -0700 (Wed, 22 May 2002)
Revision: 3681
Log message:

      Fixing numerous compiler warnings in clib.  Most of these have to do with
      the #pragma directives that were obsoleted; I checked with Jason and he said
      it was okay to remove them.  The rest are adding header files and function
      prototypes for missing symbols, and working around a few uninitialized var
      warnings.  This should not change the semantics of anything in clib.
      

Changes  Path
+0 -3 metaprl/clib/debug.c
+0 -3 metaprl/clib/debug.h
+5 -1 metaprl/clib/getrusage.c
+8 -3 metaprl/clib/marshal_shared.c
+2 -5 metaprl/clib/ml_debug.c
+0 -3 metaprl/clib/mmap.c
+1 -4 metaprl/clib/print_symbols.c
+0 -3 metaprl/clib/print_symbols.h
+7 -8 metaprl/clib/register.c
+1 -0 metaprl/clib/termsize.c