]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make this compile with DEBUG defined now that WARNS=0 has been removed
authorTim J. Robbins <tjr@FreeBSD.org>
Tue, 21 Jan 2003 10:06:04 +0000 (10:06 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Tue, 21 Jan 2003 10:06:04 +0000 (10:06 +0000)
commit6da31df83bce1148a9878551968414d5c2393a68
treebf1f262f2aa112a905a60705905c99bfa6fb5aca
parent99fd68d98793e82a0f022c1e3db1a136b5246800
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
bin/sh/eval.c
bin/sh/jobs.c
bin/sh/show.c