From 0f24a662b0a4df7c00599d9988c764614a56e686 Mon Sep 17 00:00:00 2001
From: Fredrick Brennan <copypaste@kittens.ph>
Date: Sun, 4 Mar 2018 10:41:02 +0000
Subject: [PATCH] Fix long line

---
 src/unix/notbsd/linux/other/mod.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/unix/notbsd/linux/other/mod.rs b/src/unix/notbsd/linux/other/mod.rs
index 88e02871..b566a955 100644
--- a/src/unix/notbsd/linux/other/mod.rs
+++ b/src/unix/notbsd/linux/other/mod.rs
@@ -872,7 +872,8 @@ extern {
     pub fn getpwent_r(pwd: *mut ::unix::notbsd::linux::passwd,
                       buf: *mut ::c_char,
                       buflen: ::size_t,
-                      result: *mut *mut ::unix::notbsd::linux::passwd) -> ::c_int;
+                      result: *mut *mut ::unix::notbsd
+                                        ::linux::passwd) -> ::c_int;
     #[cfg_attr(target_os = "netbsd", link_name = "__getgrent_r50")]
     #[cfg_attr(target_os = "solaris", link_name = "__posix_getgrent_r")]
     pub fn getgrent_r(grp: *mut ::group,
-- 
GitLab