Skip to content

Commit 3867f32

Browse files
committed
---
yaml --- r: 44506 b: refs/heads/master c: 1b87ded h: refs/heads/master v: v3
1 parent f457272 commit 3867f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: bb833ca0f0e878d381c3dc0c9afe958a810e4427
2+
refs/heads/master: 1b87dedc0ef08dc9ae56afd78357a4f1171e4f97
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3

trunk/src/libcore/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ pub fn self_exe_path() -> Option<Path> {
375375
KERN_PROC as c_int,
376376
KERN_PROC_PATHNAME as c_int, -1 as c_int];
377377
sysctl(vec::raw::to_ptr(mib), vec::len(mib) as c_uint,
378-
buf, &mut sz, ptr::null(),
378+
buf as *mut c_void, &mut sz, ptr::null(),
379379
0u as size_t) == (0 as c_int)
380380
}
381381
}

0 commit comments

Comments
 (0)