Skip to content

Commit b8f5838

Browse files
committed
OpenBSD also uses res_init like NetBSD?
1 parent afebd98 commit b8f5838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ extern {
713713
not(target_os = "macos"),
714714
not(target_os = "ios"),
715715
not(target_os = "netbsd"),
716+
not(target_os = "openbsd"),
716717
not(target_os = "solaris"),
717718
not(target_env = "musl")
718719
),

0 commit comments

Comments
 (0)