K 10 svn:author V 8 tanimura K 8 svn:date V 27 2002-04-30T01:54:54.000000Z K 7 svn:log V 314 Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. Requested by: bde Since locking sigio_lock is usually followed by calling pgsigio(), move the declaration of sigio_lock and the definitions of SIGIO_*() to sys/signalvar.h. While I am here, sort include files alphabetically, where possible. END