Deleted Added
sdiff udiff text old ( 248571 ) new ( 254591 )
full compact
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 577 unchanged lines hidden (view full) ---

586
587 /*
588 * Are we just turning on all debugging?
589 */
590 if (dprintf_find_string("on"))
591 dprintf_print_all = 1;
592}
593
594/*
595 * =========================================================================
596 * debug printfs
597 * =========================================================================
598 */
599void
600__dprintf(const char *file, const char *func, int line, const char *fmt, ...)
601{

--- 485 unchanged lines hidden ---