Author: delphij Date: Thu Feb 7 19:00:54 2013 New Revision: 246495 URL: http://svnweb.freebsd.org/changeset/base/246495
Log: Catch TRACE parameters up with r238888. This change is only needed when debugging is enabled. Modified: head/bin/sh/jobs.c Modified: head/bin/sh/jobs.c ============================================================================== --- head/bin/sh/jobs.c Thu Feb 7 18:47:25 2013 (r246494) +++ head/bin/sh/jobs.c Thu Feb 7 19:00:54 2013 (r246495) @@ -1030,7 +1030,7 @@ dowait(int mode, struct job *job) int wflags; int restore_sigchld; - TRACE(("dowait(%d) called\n", block)); + TRACE(("dowait(%d, %p) called\n", mode, job)); restore_sigchld = 0; if ((mode & DOWAIT_SIG) != 0) { sigfillset(&mask); _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"