Finish removing sunos 4.x references and build cruft
[openafs.git] / src / vol / listinodes.c
index 87ed2f3..0bf3428 100644 (file)
@@ -25,7 +25,7 @@
 #include <ctype.h>
 
 #ifndef AFS_NAMEI_ENV
-#if defined(AFS_LINUX20_ENV) || defined(AFS_SUN4_ENV)
+#if defined(AFS_LINUX20_ENV)
 /* ListViceInodes
  *
  * Return codes:
@@ -94,7 +94,6 @@ ListViceInodes(char *devname, char *mountedOn, FD_t inodeFile,
 #if defined (AFS_AIX_ENV) || defined (AFS_HPUX_ENV)
 #include <sys/ino.h>
 #endif
-#include <afs/afs_assert.h>
 
 #include "lock.h"
 #include "ihandle.h"
@@ -1121,7 +1120,7 @@ ListViceInodes(char *devname, char *mountedOn, FD_t inodeFile,
                osi_Panic("Tru64 needs AFS_3DISPARES\n");
 #endif
 #endif
-#if    defined(AFS_SUN56_ENV)
+#if    defined(AFS_SUN5_ENV)
                /* if this is a pre-sol2.6 unconverted inode, bail out */
                {
                    afs_uint32 p1, p2, p3, p4;