View | Details | Raw Unified | Return to bug 254483 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/lib/dtrace/ipfw.d (+1 lines)
Lines 28-33 Link Here
28
 * $FreeBSD: stable/12/share/dtrace/ipfw.d 367553 2020-11-10 12:13:18Z ae $
28
 * $FreeBSD: stable/12/share/dtrace/ipfw.d 367553 2020-11-10 12:13:18Z ae $
29
 */
29
 */
30
30
31
#pragma D depends_on library ip
31
#pragma D depends_on provider ipfw
32
#pragma D depends_on provider ipfw
32
33
33
/* ipfw_chk() return values */
34
/* ipfw_chk() return values */

Return to bug 254483