Date: Tue, 12 May 1998 23:52:10 -0700 (PDT) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/common_source displayq.c Message-ID: <199805130652.XAA00950@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/05/12 23:52:10 PDT Modified files: usr.sbin/lpr/common_source displayq.c Log: The printf type checking in gcc wants %qd to be a long long, so add a cast in case off_t is not a long long (as on alpha). Revision Changes Path 1.14 +2 -2 src/usr.sbin/lpr/common_source/displayq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805130652.XAA00950>