Skip to content

Commit c692fe7

Browse files
committed
fix bsdInfo getter
1 parent 3487d63 commit c692fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BSD/Core/Proc/PIDInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extension BSD {
4040
)
4141

4242
public static let bsdInfo = Self(
43-
name: "bsdInfo", rawValue: PROC_PIDTASKINFO
43+
name: "bsdInfo", rawValue: PROC_PIDTBSDINFO
4444
)
4545

4646
public static let taskInfo = Self(

0 commit comments

Comments
 (0)