Remove Unixware and openserver support

This commit is contained in:
chase
2018-05-19 19:50:35 -05:00
committed by Jon Trulson
parent beea573d17
commit 07900bd93b
375 changed files with 725 additions and 9112 deletions

View File

@@ -44,20 +44,10 @@
****************************************************************************
************************************<+>*************************************/
#if defined(SVR4) || defined(sco)
#if defined(USL) || defined(sco)
# include <sys/param.h>
# include <sys/types.h>
#endif
#ifdef sco
# include <sys/fs/s5param.h>
# define ROOTINO S5ROOTINO
#else
#if defined(SVR4)
# include <sys/fs/ufs_fs.h>
# define ROOTINO UFSROOTINO
#endif /* ! sco */
#endif /* SVR4 || sco */
#endif /* SVR4 */
#if defined(DEC)
# include <rpc/key_prot.h>