Skip to content

Commit 3d372e6

Browse files
committed
Fix build by adding type prefix colons
1 parent 405e557 commit 3d372e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/openbsdlike/openbsd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ pub const HW_AVAILCPU: ::c_int = 25;
212212
pub const KERN_PROC_ARGS: ::c_int = 55;
213213

214214
// syscall numbers
215-
pub const NR_GETENTROPY: c_int = 7;
215+
pub const NR_GETENTROPY: ::c_int = 7;
216216

217217
extern {
218218
pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int)

0 commit comments

Comments
 (0)