Discontinue HPUX support

This commit is contained in:
Chase
2022-07-22 21:42:06 -05:00
committed by Jon Trulson
parent bd83b53d56
commit edf4319548
235 changed files with 198 additions and 6290 deletions

View File

@@ -954,7 +954,7 @@ FileManip(
#else
#if defined(SVR4) || defined(_AIX)
((s3.st_mode & S_IFMT) == S_IFDIR) ) /* if is a directory */
#else /* (__hpux) */
#else
(((s3.st_mode & S_IFMT) == S_IFDIR) /* if is a directory */
|| ((s3.st_mode & S_IFMT) == S_IFNWK)) ) /* or a net special */
#endif