
PROBLEM:  (ISV-2-120, 79010, 76571) (PATCH ID: OSF445-024)
********


Code which called the stime() function would not compile under
C++ and other strict compilation environments, unless the user
supplied their own stime() declaration.  This would show up as
compilation errors or runtime errors if an incorrect prototype
was supplied by the user.

