Skip to content

Commit 5465e8f

Browse files
committed
Rename openbsd_bitring.rs -> openbsd.rs
1 parent b7dcd3d commit 5465e8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ cfg_if! {
199199
} else if #[cfg(target_os = "netbsd")] {
200200
#[path = "use_file.rs"] mod imp;
201201
} else if #[cfg(target_os = "openbsd")] {
202-
#[path = "openbsd_bitrig.rs"] mod imp;
202+
#[path = "openbsd.rs"] mod imp;
203203
} else if #[cfg(target_os = "redox")] {
204204
#[path = "use_file.rs"] mod imp;
205205
} else if #[cfg(target_os = "solaris")] {

src/openbsd_bitrig.rs src/openbsd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
88

9-
//! Implementation for OpenBSD / Bitrig
9+
//! Implementation for OpenBSD
1010
extern crate std;
1111

1212
use crate::Error;

0 commit comments

Comments
 (0)