LICENSE IPL10
remove unused variables from pinstall for the systems which don't need them
#endif /* AFS_HPUX_ENV */
char pnametmp[1024];
int pnamelen;
+#if !defined(AFS_AIX_ENV) && !defined(AFS_HPUX_ENV) && !defined(AFS_SUN5_ENV) && !defined(AFS_DECOSF_ENV) && !defined(AFS_SGI_ENV) && !defined(AFS_LINUX20_ENV) && !defined(AFS_DARWIN_ENV) && !defined(AFS_OBSD_ENV) && !defined(AFS_NBSD_ENV)
afs_int32 newcode;
static char diskBuffer[BUFSIZE]; /* must be static to avoid compiler bugs for large stuff */
+#endif
char myHostName[100];
struct timeval tvp[2];
int isDir;