$(CC) -lpthread -o $@ $(LDFLAGS) $(V3_OBJ) $(C_OBJ) $(C_COMMON_OBJ) \
$(M_COMMON_OBJ) $(M_MSG_OBJ) $(RPCLIB) $(LIBS) \
$(EXTRA_LIBS)
- chmod 4555 sfs3
+ chmod 755 sfs3
sfs3.full_speed: $(V3_HDR) $(M_HDR) $(V3_OBJ) $(C_OBJ) \
$(C_COMMON_OBJ) $(M_COMMON_OBJ) $(M_MSG_OBJ) $(RPCLIB)
#include <netdb.h>
#define SFS_MIN_RES 100 /* 100 usec resolution */
-#define SFS_MAXNAMLEN 32 /* max test file name length */
+#define SFS_MAXNAMLEN 128 /* max test file name length */
#define SFS_MAXPATHLEN 1024 /* max test path name length */
-#define HOSTNAME_LEN 31 /* length of client's hostname */
+#define HOSTNAME_LEN 63 /* length of client's hostname */
#include "sfs_c_nfs.h"