View | Details | Raw Unified | Return to bug 185007
Collapse All | Expand All

(-)/usr/src/usr.sbin/uhsoctl/uhsoctl.c (-1 / +1 lines)
Lines 601-607 Link Here
601
	if (resp != NULL) {
601
	if (resp != NULL) {
602
		l = strlen(resp);
602
		l = strlen(resp);
603
#ifdef DEBUG
603
#ifdef DEBUG
604
		fprintf(stderr, "SYNC_EXP: %s (%d)\n", resp, l);
604
		fprintf(stderr, "SYNC_EXP: %s (%zu)\n", resp, l);
605
#endif
605
#endif
606
	}
606
	}

Return to bug 185007