Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv46532
Modified Files:
lock.c
Log Message:
Around line 209, some variables are defined after code which is not
allowed in ANSI C. The sun gcc would not compile. Placed declarations
at the top of the function.
