Skip to content

Commit 2e2e4e1

Browse files
committed
Fix unclosed delimiter in openbsd
1 parent 0180e40 commit 2e2e4e1

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike/openbsd

1 file changed

+1
-0
lines changed

src/unix/bsd/netbsdlike/openbsdlike/openbsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ cfg_if! {
305305
}
306306
}
307307
}
308+
}
308309

309310
//https://github.com/openbsd/src/blob/master/sys/sys/mount.h
310311
pub const ISOFSMNT_NORRIP: ::c_int = 0x1; // disable Rock Ridge Ext

0 commit comments

Comments
 (0)