From owner-cvs-all Wed Apr 24 22:46:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A277A37B41F; Wed, 24 Apr 2002 22:46:44 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3P5kiK49689; Wed, 24 Apr 2002 22:46:44 -0700 (PDT) (envelope-from gad) Message-Id: <200204250546.g3P5kiK49689@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 24 Apr 2002 22:46:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source ctlinfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2002/04/24 22:46:44 PDT Modified files: usr.sbin/lpr/common_source ctlinfo.c Log: When using %p to print out pointers to struct's, first cast the values to (void *) to satisfy some stricter warning-level checks in the new gcc (on sparc64). Reviewed by: obrien MFC after: 4 days Revision Changes Path 1.5 +8 -7 src/usr.sbin/lpr/common_source/ctlinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message