Date: Tue, 21 Jan 2003 02:06:04 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c jobs.c show.c Message-ID: <200301211006.h0LA64Hj083509@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301211006.h0LA64Hj083509>