remove ultrix support
[oweals/cde.git] / cde / lib / tt / bin / tttar / tttar_file_utils.C
index b616bcbcf64d5b6ddf0631ac8df8366a2dbe11f8..e911c29de0f6e7319281bb9b8957ea21fcc701f2 100644 (file)
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#if defined(ultrix)
-#include <sys/inode.h>
-#define S_ISLNK(m)     (((m)&IFMT) == IFLNK)
-#endif
 #include <dirent.h>
 #include "tttar_utils.h"
 #include "tttar_file_utils.h"