Skip to content

Commit b8efb9c

Browse files
committed
Rectify line length
1 parent de64c55 commit b8efb9c

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/netbsdlike/netbsd

1 file changed

+1
-1
lines changed

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ pub const SOCK_CLOEXEC: ::c_int = 0x10000000;
988988
pub const SOCK_NONBLOCK: ::c_int = 0x20000000;
989989

990990
pub const FIONCLEX: ::c_ulong = 0x20006602;
991-
// Uncomment on next NetBSD release https://github.com/rust-lang/libc/pull/1200#issuecomment-453712616
991+
// Uncomment on next NetBSD release
992992
// pub const FIOSEEKDATA: ::c_ulong = 0xc0086661;
993993
// pub const FIOSEEKHOLE: ::c_ulong = 0xc0086662;
994994
pub const FIONREAD: ::c_ulong = 0x4004667f;

0 commit comments

Comments
 (0)