remove OSF1 support

This commit is contained in:
chase
2018-05-24 14:50:03 -05:00
committed by Jon Trulson
parent 3c1736f077
commit 164e695cd0
325 changed files with 290 additions and 9980 deletions

View File

@@ -80,10 +80,6 @@
#include <time.h>
#include <utime.h>
#ifdef __osf__
#include <unistd.h>
#endif
#ifdef _AIX
#include <sys/select.h>
#endif
@@ -2252,9 +2248,6 @@ _FileMoveCopy(
cb_data->pipe_m2s = pipe_m2s[1];
cb_data->pipe_s2m = pipe_s2m[0];
cb_data->mode = mode;
#ifdef __osf__
cb_data->child = pid;
#endif
/*
* We wait a certain amount of time for the background process to finish.