$NetBSD$

--- 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);
 
