static char rn[] = "uss_acl_SetDiskQuota";
#endif
uss_VolumeStatus_t *status;
- char *name, *motd, *offmsg;
+ char *motd, *offmsg;
char *input;
char tmp_str[AFS_PIOCTL_MAXSIZE];
status = (uss_VolumeStatus_t *) tmp_str;
status->MinQuota = status->MaxQuota = -1;
- name = motd = offmsg = NULL;
+ motd = offmsg = NULL;
status->MaxQuota = a_q;
input = (char *)status + sizeof(*status);