From owner-cvs-all Tue Jan 21 2: 6: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8257237B401; Tue, 21 Jan 2003 02:06:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2828D43EB2; Tue, 21 Jan 2003 02:06:05 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0LA64bv083510; Tue, 21 Jan 2003 02:06:04 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0LA64Hj083509; Tue, 21 Jan 2003 02:06:04 -0800 (PST) Message-Id: <200301211006.h0LA64Hj083509@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 21 Jan 2003 02:06:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c jobs.c show.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 tjr 2003/01/21 02:06:04 PST Modified files: bin/sh eval.c jobs.c show.c Log: Make this compile with DEBUG defined now that WARNS=0 has been removed from the Makefile: - Print pointers with %p instead of %x. - Include missing headers to get prototypes. Noticed by: benno Revision Changes Path 1.37 +1 -1 src/bin/sh/eval.c 1.61 +1 -1 src/bin/sh/jobs.c 1.20 +2 -0 src/bin/sh/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message