$NetBSD: patch-aa,v 1.1.1.1 2007/11/23 00:18:41 bjs Exp $ --- rtunes/rtsp.c.orig 2006-09-17 08:14:05.000000000 -0400 +++ rtunes/rtsp.c @@ -207,7 +207,7 @@ rtsp_Announce(void) len_header = snprintf(header, sizeof(header), "%s" "Content-Type: application/sdp\r\n" - "Content-Length: %ld\r\n" + "Content-Length: %zd\r\n" "\r\n", rtsp_execreq("ANNOUNCE"), len_body);